-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Example CRD file #480
Comments
@iswith Please take a look at this example https://github.com/kubernetes-sigs/kustomize/tree/master/pkg/commands/build/testdata/testcase-crds/crd The purpose of |
I'd love to know how to generate these CRD files from the current CRDs.
It seems these CRDs are totally different to the ones required by kustomize. |
In CRD yaml files, we couldn't find a field to hold these annotations. To support crd in kustomize, you have an easier way. It is documented #498, please take a look. |
It seems that when I use the crd below it can't marshal the yaml into the
common. OpenAPIDefinition
.Example Kustomization file
Example CRD
Is there anyway I could see what an example crd file looks like?
The text was updated successfully, but these errors were encountered: