-
Notifications
You must be signed in to change notification settings - Fork 492
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
docs: merge 'custom' and 'implementation-specific' conformance #1436
Conversation
|
Welcome @LCaparelli! |
Hi @LCaparelli. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I also changed these in the GEPs, please let know if that's unwanted. |
Thanks @LCaparelli! This looks like a good simplification to me but will defer to another maintainer to confirm since this is changing our language around conformance levels. /ok-to-test /cc @youngnick @shaneutt |
Weird, runs fine locally 🤔
Fails on CI:
|
I'll take a closer look at what the script does, had some trouble with an outdated |
Hey @LCaparelli, sorry for the confusion here, I think the k8s codegen requires that you're using go1.19 now. |
Signed-off-by: Lucas Caparelli <[email protected]>
Ah yes, that apparently did the trick (at least it changed the two files the CI was complaining about), thanks! Adding a quick version check at the codegen script sounds reasonable @robscott? And if so, it it ok to include in this PR? |
Thanks @LCaparelli! This LGTM, will defer to @youngnick or @shaneutt to formally sign off on this change though.
This is a great idea, do you mind filing a follow up PR for that? |
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.
Yep, I like this change 👍
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LCaparelli, shaneutt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Lucas Caparelli [email protected]
What type of PR is this?
/kind documentation
What this PR does / why we need it:
This PR merges the concepts of
custom
andimplementation-specific
conformance intoimplementation-specific
only in order to simplify the spec. Allcustom
conformance mentions were replaced byimplementation-specific
.Which issue(s) this PR fixes:
Fixes #640
Does this PR introduce a user-facing change?: