-
Notifications
You must be signed in to change notification settings - Fork 634
Add documentation about CRD versions and validation #4273
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
Conversation
77e1885
to
5b7e68a
Compare
5b7e68a
to
6489049
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.
📝 I added the Kubernetes versions we're targeting for the v1 API here.
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.
🌱 v1/README.md
describes what versions of a CRD Kubernetes and kubectl
present. It's not linked or included here.
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.
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.
🤷🏻 I wasn't sure how helpful this diagram would be, so I left it in and out simultaneously. 😁
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.
Is Venn supported?
also
sets Kind label: request body "kind"
? Too obvious? eh, no, that's covered by the union Group,Version,Kind
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.
Is Venn supported?
Nope. Oh, the places we [could] go!
This is the syntax proposed in https://www.github.com/mermaid-js/mermaid/pull/5932
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.
I like technical documentation like this close to the code; I wonder how we keep this up to date -- I guess as we update this as we notice new things (from release changelogs, keps) OR when we need certain capabilities, we might have motivation to check for them and then add. I'm fine with this not being comprehensive.
Uh oh!
There was an error while loading. Please reload this page.
This adds a README describing how Kubernetes names its API resources and how it stores their objects. The validation page has a dump of when/where CEL validation features are available.