-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Deprecate PSP-related types in extensions/v1beta1 #61777
Deprecate PSP-related types in extensions/v1beta1 #61777
Conversation
@php-coder: Adding do-not-merge/release-note-label-needed because the release note process has not been followed. One of the following labels is required "release-note", "release-note-action-required", or "release-note-none". 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. |
/release-note-none PTAL @kubernetes/sig-auth-api-reviews |
/assign @liggitt |
@@ -864,6 +864,7 @@ type ReplicaSetCondition struct { | |||
|
|||
// PodSecurityPolicy governs the ability to make requests that affect the Security Context | |||
// that will be applied to a pod and container. | |||
// Deprecated: use PodSecurityPolicy from policy/v1beta1 API Group instead. |
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.
omit the version... we don't want to need to update this when it gets promoted in the policy group
c526143
to
13ae1d1
Compare
13ae1d1
to
28dc723
Compare
28dc723
to
9223f0d
Compare
/retest |
/test pull-kubernetes-integration |
@liggitt Thanks! Your comment was addressed and it's green. PTAL. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, php-coder 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 |
Automatic merge from submit-queue (batch tested with PRs 61842, 61477, 61777). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
This PR deprecates PSP-related types in
extensions/v1beta1
API Group and suggests to use their versions frompolicy/v1beta1
. This is a part of PSP migration away fromextensions
API Group.Which issue(s) this PR fixes:
Addressed to kubernetes/enhancements#5