-
Notifications
You must be signed in to change notification settings - Fork 820
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
Move apiregistration & admissionregistration to v1 #1918
Move apiregistration & admissionregistration to v1 #1918
Conversation
This moves our APIService, ValidatingWebhookConfiguration and MutatingWebhookConfiguration from v1betav1 to v1 This includes moving the Go library references as well. Work on googleforgames#1799
b2b326f
to
18f9968
Compare
Build Succeeded 👏 Build Id: 4a688a8c-2fd4-4e34-9dbe-ce13f4945376 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: ffac93bb-97ff-471b-9b20-d510c949e93c The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: e6a60418-eed6-4386-9f4e-f8b6d0df8898 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind breaking
What this PR does / Why we need it:
This moves our APIService, ValidatingWebhookConfiguration and MutatingWebhookConfiguration from v1betav1 to v1
Which issue(s) this PR fixes:
Work on #1799
Closes #1891
Special notes for your reviewer:
This includes moving the Go library references as well.