kubernetes v1.37

MatchResources.resourceRules.resources

resources is a list of resources this rule applies to. For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required.

1 fields
MatchResources.resourceRules.resources fields and descriptions
Field / TypeDescription
MatchResources.resourceRules.resources
string

No description provided.