bump to kube v1.7.8
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
19df68605b
commit
b6be0f0bd7
26 changed files with 43 additions and 110 deletions
7
vendor/k8s.io/client-go/pkg/apis/admissionregistration/v1alpha1/generated.proto
generated
vendored
7
vendor/k8s.io/client-go/pkg/apis/admissionregistration/v1alpha1/generated.proto
generated
vendored
|
@ -159,7 +159,7 @@ message Rule {
|
|||
repeated string apiVersions = 2;
|
||||
|
||||
// Resources is a list of resources this rule applies to.
|
||||
//
|
||||
//
|
||||
// For example:
|
||||
// 'pods' means pods.
|
||||
// 'pods/log' means the log subresource of pods.
|
||||
|
@ -167,10 +167,10 @@ message Rule {
|
|||
// '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.
|
||||
repeated string resources = 3;
|
||||
|
@ -200,3 +200,4 @@ message ServiceReference {
|
|||
// Required
|
||||
optional string name = 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue