@@ -28,7 +28,6 @@ import (
28
28
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
29
29
// +k8s:prerelease-lifecycle-gen:introduced=1.2
30
30
// +k8s:prerelease-lifecycle-gen:deprecated=1.19
31
- // +k8s:prerelease-lifecycle-gen:removed=1.22
32
31
// +k8s:prerelease-lifecycle-gen:replacement=authorization.k8s.io,v1,SubjectAccessReview
33
32
34
33
// SubjectAccessReview checks whether or not a user or group can perform an action.
@@ -51,7 +50,6 @@ type SubjectAccessReview struct {
51
50
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
52
51
// +k8s:prerelease-lifecycle-gen:introduced=1.2
53
52
// +k8s:prerelease-lifecycle-gen:deprecated=1.19
54
- // +k8s:prerelease-lifecycle-gen:removed=1.22
55
53
// +k8s:prerelease-lifecycle-gen:replacement=authorization.k8s.io,v1,SelfSubjectAccessReview
56
54
57
55
// SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a
@@ -75,7 +73,6 @@ type SelfSubjectAccessReview struct {
75
73
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
76
74
// +k8s:prerelease-lifecycle-gen:introduced=1.2
77
75
// +k8s:prerelease-lifecycle-gen:deprecated=1.19
78
- // +k8s:prerelease-lifecycle-gen:removed=1.22
79
76
// +k8s:prerelease-lifecycle-gen:replacement=authorization.k8s.io,v1,LocalSubjectAccessReview
80
77
81
78
// LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.
@@ -205,7 +202,6 @@ type SubjectAccessReviewStatus struct {
205
202
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
206
203
// +k8s:prerelease-lifecycle-gen:introduced=1.8
207
204
// +k8s:prerelease-lifecycle-gen:deprecated=1.19
208
- // +k8s:prerelease-lifecycle-gen:removed=1.22
209
205
// +k8s:prerelease-lifecycle-gen:replacement=authorization.k8s.io,v1,SelfSubjectRulesReview
210
206
211
207
// SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.
0 commit comments