-
Notifications
You must be signed in to change notification settings - Fork 435
Introduce v1beta1 API version #1703
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csrwng The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
imain
left a comment
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.
Looks like a very nice cleanup!
| // | ||
| // +optional | ||
| // +kubebuilder:default=s922 | ||
| SystemType string `json:"systemType,omitempty"` |
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.
Should this have an enum validation?
35601f1 to
6e56a87
Compare
✅ Deploy Preview for hypershift-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
4ef575a to
44021e2
Compare
9c3eceb to
fd3fe51
Compare
|
/close |
|
@csrwng: Closed this PR. DetailsIn 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. |
|
/reopen |
|
@csrwng: Reopened this PR. DetailsIn 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. |
|
/retest-required |
4fd8520 to
8fe5a05
Compare
|
/lgtm |
8fe5a05 to
f87ef32
Compare
|
/retest-required |
4cf402a to
92170e0
Compare
Adds code to convert from v1alpha1 to v1beta1 Updates code to use the new version
92170e0 to
89d3c80
Compare
|
/lgtm |
|
/retest-required |
|
@csrwng: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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 understand the commands that are listed here. |
These made it into v1alpha1 via b758e90 (Fixing some doc typos and issues, 2022-09-26, openshift#1742), with the following timeline: * 2022-08-25, 1703 opened adding v1beta1 [1]. * 2022-09-13, 1742 opened adjusting v1alpha1 Godocs [2]. * 2022-10-18, 1742 merged [3]. * 2022-11-29, 1703 merged [4]. Ideally 1703 would have rebased and picked up any intervening v1apha1 improvements before merging, but it missed these (and possibly more?), so I'm catching it up now. [1]: openshift#1703 (comment) [2]: openshift#1742 (comment) [3]: openshift#1742 (comment) [4]: openshift#1703 (comment)
These made it into v1alpha1 via b758e90 (Fixing some doc typos and issues, 2022-09-26, openshift#1742), with the following timeline: * 2022-08-25, 1703 opened adding v1beta1 [1]. * 2022-09-13, 1742 opened adjusting v1alpha1 Godocs [2]. * 2022-10-18, 1742 merged [3]. * 2022-11-29, 1703 merged [4]. Ideally 1703 would have rebased and picked up any intervening v1apha1 improvements before merging, but it missed these (and possibly more?), so I'm catching it up now. [1]: openshift#1703 (comment) [2]: openshift#1742 (comment) [3]: openshift#1742 (comment) [4]: openshift#1703 (comment)
These made it into v1alpha1 via b758e90 (Fixing some doc typos and issues, 2022-09-26, openshift#1742), with the following timeline: * 2022-08-25, 1703 opened adding v1beta1 [1]. * 2022-09-13, 1742 opened adjusting v1alpha1 Godocs [2]. * 2022-10-18, 1742 merged [3]. * 2022-11-29, 1703 merged [4]. Ideally 1703 would have rebased and picked up any intervening v1apha1 improvements before merging, but it missed these (and possibly more?), so I'm catching it up now. [1]: openshift#1703 (comment) [2]: openshift#1742 (comment) [3]: openshift#1742 (comment) [4]: openshift#1703 (comment)
What this PR does / why we need it:
Adds code to convert from v1alpha1 to v1beta1
Updates code to use the new version
Which issue(s) this PR fixes (optional, use
fixes #<issue_number>(, fixes #<issue_number>, ...)format, where issue_number might be a GitHub issue, or a Jira story:Ref https://issues.redhat.com/browse/HOSTEDCP-512
Checklist