-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
apiextensions: fix validation error for status.storedVersions #119653
apiextensions: fix validation error for status.storedVersions #119653
Conversation
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Fri Jul 28 10:11:44 UTC 2023. |
/retest |
/priority important-soon /cc @kubernetes/sig-api-machinery-pr-reviews |
@furkatgofurov7: GitHub didn't allow me to request PR reviews from the following users: kubernetes/sig-api-machinery-pr-reviews. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
/triage accepted |
Hey, 1.28 Bug Triage Lead here! Can someone please label this PR with proper priority? Thanks! |
/lgtm priority is probably important-longterm, ok to wait for master branch to reopen |
LGTM label has been added. Git tree hash: 7b087cd52dcf1a1368131485d6269a9182147474
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, sttts 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 |
/retest |
What type of PR is this?
/kind bug
What this PR does / why we need it:
The old validation error was printing the CRD version struct, not the stored versions. This PR fixes that and adds unit tests.