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
Copy file name to clipboardExpand all lines: keps/sig-auth/3325-self-subject-attributes-review-api/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,21 +251,20 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
251
251
#### Beta
252
252
253
253
- Gather feedback from users
254
-
-`SelfSubjectReview` is promoted to `authentication.k8s.io/v1beta1` API
254
+
-`SelfSubjectReview` is promoted to `authentication.k8s.io/v1beta1` API (Beta APIs are not enabled by default, [see](https://github.com/kubernetes/enhancements/blob/master/keps/sig-architecture/3136-beta-apis-off-by-default/README.md)).
255
255
- Promote feature gate to Beta and make it enabled by default
256
256
- Unit tests coverage improved
257
-
-`kubectl alpha auth whoami` command uses `authentication.k8s.io/v1beta1` API
257
+
-`kubectl alpha auth whoami` command uses `authentication.k8s.io/v1beta1` API, falls back to `authentication.k8s.io/v1alpha1` API
0 commit comments