-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add apiextensions.CustomResource to Go SDK #1125
Conversation
3cb235d
to
845d8b2
Compare
provider/pkg/gen/go-templates/apiextensions/customResource.tmpl
Outdated
Show resolved
Hide resolved
provider/pkg/gen/go-templates/apiextensions/customResource.tmpl
Outdated
Show resolved
Hide resolved
ecdd82d
to
fb2061b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Have we manually tried a non-trivial Helm chart (or group of Config) to validate that it works well in the full E2E? (I imagine we could also add some test coverage for that - but don't necessarily need to block on the test coverage piece as we have coverage of all the individual components).
I just tried a bunch of Helm charts, and they all worked fine. I think the existing test coverage is exercising all of the basics now (YAML file, YAML folder, Helm Chart, CRDs + CRs). |
Proposed changes
This change makes it possible to create k8s
CustomResource
objects from a YAML manifest. Still TODO:Related issues (optional)
Fixes #1116