You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,10 +39,10 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
39
39
-[ ] (R) Design details are appropriately documented
40
40
-[ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
41
41
-[ ] e2e Tests for all Beta API Operations (endpoints)
42
-
-[ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
42
+
-[ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
43
43
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
44
44
-[ ] (R) Graduation criteria is in place
45
-
-[ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
45
+
-[ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
46
46
-[ ] (R) Production readiness review completed
47
47
-[ ] (R) Production readiness review approved
48
48
-[ ] "Implementation History" section is up-to-date for milestone
@@ -77,7 +77,7 @@ The motivation for this KEP is to reduce obscurity and help users with debugging
77
77
78
78
## Proposal
79
79
80
-
Add a new API endpoint to the `authentication.k8s.io` group - `SelfSubjectAttributesReview`.
80
+
Add a new API endpoint to the `authentication.k8s.io` group - `SelfSubjectReview`.
81
81
The user will hit the endpoint after authentication happens, so all attributes will be available to return.
82
82
83
83
## Design Details
@@ -89,18 +89,18 @@ The endpoint has no input parameters or a `spec` field because only the authenti
89
89
90
90
The structure for building a request:
91
91
```go
92
-
typeSelfSubjectAttributesReviewstruct {
92
+
typeSelfSubjectReviewstruct {
93
93
metav1.TypeMeta`json:",inline"`
94
94
// Standard list metadata.
95
95
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
0 commit comments