We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the CustomResourceDefinition type is not included in this repo. Any chance to incorporate this one into kubeSchemeBuilder ?
The text was updated successfully, but these errors were encountered:
/assign @JoelSpeed
Sorry, something went wrong.
I believe the list is supposed to mirror https://github.com/kubernetes/client-go/blob/5a0a4247921dd9e72d158aaa6c1ee124aba1da80/kubernetes/scheme/register.go#L83-L135, which does not include the CRD types. They can easily be added to the scheme separately if required though. I expect we don't add it to the scheme by default since most operators do not need access to the CRD types within their scheme.
Personally, I tend to build up my own scheme in operators based on the types I know that I need, this reduces the memory footprint of the scheme.
@JoelSpeed I see. Thanks for you response.
JoelSpeed
No branches or pull requests
Currently the CustomResourceDefinition type is not included in this repo.
Any chance to incorporate this one into kubeSchemeBuilder ?
The text was updated successfully, but these errors were encountered: