Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support selecting API groups to build #11

Open
kazk opened this issue Oct 31, 2021 · 1 comment
Open

Support selecting API groups to build #11

kazk opened this issue Oct 31, 2021 · 1 comment
Labels
codegen enhancement New feature or request help wanted Extra attention is needed

Comments

@kazk
Copy link
Member

kazk commented Oct 31, 2021

Just an idea for Arnavion/k8s-openapi#77. Finding the dependencies between modules should be possible because each package has imports (FileDescriptorProto has dependency field).

package api.core.v1;
import "apimachinery/pkg/api/resource/generated.proto";
import "apimachinery/pkg/apis/meta/v1/generated.proto";
import "apimachinery/pkg/runtime/generated.proto";
import "apimachinery/pkg/runtime/schema/generated.proto";
import "apimachinery/pkg/util/intstr/generated.proto";

We also don't need to worry about multiplying that by version features if we version this using Kubernetes version (#10).

@clux

This comment was marked as off-topic.

@clux clux added enhancement New feature or request help wanted Extra attention is needed codegen labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants