Update k8s dependencies to v1.22.0-rc.0
This commit is contained in:
4
vendor/k8s.io/api/rbac/v1alpha1/generated.proto
generated
vendored
4
vendor/k8s.io/api/rbac/v1alpha1/generated.proto
generated
vendored
@@ -96,7 +96,7 @@ message ClusterRoleList {
|
||||
// PolicyRule holds information that describes a policy rule, but does not contain information
|
||||
// about who the rule applies to or which namespace the rule applies to.
|
||||
message PolicyRule {
|
||||
// Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.
|
||||
// Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs.
|
||||
repeated string verbs = 1;
|
||||
|
||||
// APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of
|
||||
@@ -104,7 +104,7 @@ message PolicyRule {
|
||||
// +optional
|
||||
repeated string apiGroups = 3;
|
||||
|
||||
// Resources is a list of resources this rule applies to. ResourceAll represents all resources.
|
||||
// Resources is a list of resources this rule applies to. '*' represents all resources.
|
||||
// +optional
|
||||
repeated string resources = 4;
|
||||
|
||||
|
Reference in New Issue
Block a user