mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rebase: update kubernetes to 1.30
updating kubernetes to 1.30 release Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
62ddcf715b
commit
e727bd351e
3
vendor/k8s.io/api/authentication/v1beta1/generated.proto
generated
vendored
3
vendor/k8s.io/api/authentication/v1beta1/generated.proto
generated
vendored
@ -87,6 +87,7 @@ message TokenReviewSpec {
|
||||
// this list. If no audiences are provided, the audience will default to the
|
||||
// audience of the Kubernetes apiserver.
|
||||
// +optional
|
||||
// +listType=atomic
|
||||
repeated string audiences = 2;
|
||||
}
|
||||
|
||||
@ -110,6 +111,7 @@ message TokenReviewStatus {
|
||||
// status.audience field where status.authenticated is "true", the token is
|
||||
// valid against the audience of the Kubernetes API server.
|
||||
// +optional
|
||||
// +listType=atomic
|
||||
repeated string audiences = 4;
|
||||
|
||||
// Error indicates that the token couldn't be checked
|
||||
@ -132,6 +134,7 @@ message UserInfo {
|
||||
|
||||
// The names of groups this user is a part of.
|
||||
// +optional
|
||||
// +listType=atomic
|
||||
repeated string groups = 3;
|
||||
|
||||
// Any additional information provided by the authenticator.
|
||||
|
Reference in New Issue
Block a user