generated proto: remove trailing whitespace
Kubernetes-commit: e60b0a129a16fbc785c73dd4839acaabf856851c
This commit is contained in:
parent
721817c2cf
commit
a14ca1235c
|
|
@ -121,17 +121,17 @@ message GroupResources {
|
||||||
optional string group = 1;
|
optional string group = 1;
|
||||||
|
|
||||||
// Resources is a list of resources this rule applies to.
|
// Resources is a list of resources this rule applies to.
|
||||||
//
|
//
|
||||||
// For example:
|
// For example:
|
||||||
// 'pods' matches pods.
|
// 'pods' matches pods.
|
||||||
// 'pods/log' matches the log subresource of pods.
|
// 'pods/log' matches the log subresource of pods.
|
||||||
// '*' matches all resources and their subresources.
|
// '*' matches all resources and their subresources.
|
||||||
// 'pods/*' matches all subresources of pods.
|
// 'pods/*' matches all subresources of pods.
|
||||||
// '*/scale' matches all scale subresources.
|
// '*/scale' matches all scale subresources.
|
||||||
//
|
//
|
||||||
// If wildcard is present, the validation rule will ensure resources do not
|
// If wildcard is present, the validation rule will ensure resources do not
|
||||||
// overlap with each other.
|
// overlap with each other.
|
||||||
//
|
//
|
||||||
// An empty list implies all resources and subresources in this API groups apply.
|
// An empty list implies all resources and subresources in this API groups apply.
|
||||||
// +optional
|
// +optional
|
||||||
repeated string resources = 2;
|
repeated string resources = 2;
|
||||||
|
|
|
||||||
|
|
@ -128,17 +128,17 @@ message GroupResources {
|
||||||
optional string group = 1;
|
optional string group = 1;
|
||||||
|
|
||||||
// Resources is a list of resources this rule applies to.
|
// Resources is a list of resources this rule applies to.
|
||||||
//
|
//
|
||||||
// For example:
|
// For example:
|
||||||
// 'pods' matches pods.
|
// 'pods' matches pods.
|
||||||
// 'pods/log' matches the log subresource of pods.
|
// 'pods/log' matches the log subresource of pods.
|
||||||
// '*' matches all resources and their subresources.
|
// '*' matches all resources and their subresources.
|
||||||
// 'pods/*' matches all subresources of pods.
|
// 'pods/*' matches all subresources of pods.
|
||||||
// '*/scale' matches all scale subresources.
|
// '*/scale' matches all scale subresources.
|
||||||
//
|
//
|
||||||
// If wildcard is present, the validation rule will ensure resources do not
|
// If wildcard is present, the validation rule will ensure resources do not
|
||||||
// overlap with each other.
|
// overlap with each other.
|
||||||
//
|
//
|
||||||
// An empty list implies all resources and subresources in this API groups apply.
|
// An empty list implies all resources and subresources in this API groups apply.
|
||||||
// +optional
|
// +optional
|
||||||
repeated string resources = 2;
|
repeated string resources = 2;
|
||||||
|
|
|
||||||
|
|
@ -131,17 +131,17 @@ message GroupResources {
|
||||||
optional string group = 1;
|
optional string group = 1;
|
||||||
|
|
||||||
// Resources is a list of resources this rule applies to.
|
// Resources is a list of resources this rule applies to.
|
||||||
//
|
//
|
||||||
// For example:
|
// For example:
|
||||||
// 'pods' matches pods.
|
// 'pods' matches pods.
|
||||||
// 'pods/log' matches the log subresource of pods.
|
// 'pods/log' matches the log subresource of pods.
|
||||||
// '*' matches all resources and their subresources.
|
// '*' matches all resources and their subresources.
|
||||||
// 'pods/*' matches all subresources of pods.
|
// 'pods/*' matches all subresources of pods.
|
||||||
// '*/scale' matches all scale subresources.
|
// '*/scale' matches all scale subresources.
|
||||||
//
|
//
|
||||||
// If wildcard is present, the validation rule will ensure resources do not
|
// If wildcard is present, the validation rule will ensure resources do not
|
||||||
// overlap with each other.
|
// overlap with each other.
|
||||||
//
|
//
|
||||||
// An empty list implies all resources and subresources in this API groups apply.
|
// An empty list implies all resources and subresources in this API groups apply.
|
||||||
// +optional
|
// +optional
|
||||||
repeated string resources = 2;
|
repeated string resources = 2;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue