vendor: bump to kube v1.7.5

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-08-31 19:36:07 +02:00
parent 378b9c0d2f
commit eca8457468
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
7 changed files with 22 additions and 20 deletions

View file

@ -1,4 +1,4 @@
k8s.io/kubernetes v1.7.4 https://github.com/kubernetes/kubernetes k8s.io/kubernetes v1.7.5 https://github.com/kubernetes/kubernetes
# https://github.com/kubernetes/client-go#compatibility-matrix # https://github.com/kubernetes/client-go#compatibility-matrix
k8s.io/client-go v4.0.0 https://github.com/kubernetes/client-go k8s.io/client-go v4.0.0 https://github.com/kubernetes/client-go
k8s.io/apimachinery release-1.7 https://github.com/kubernetes/apimachinery k8s.io/apimachinery release-1.7 https://github.com/kubernetes/apimachinery

View file

@ -200,3 +200,4 @@ message ServiceReference {
// Required // Required
optional string name = 2; optional string name = 2;
} }

View file

@ -124,3 +124,4 @@ message NetworkPolicySpec {
// +optional // +optional
repeated NetworkPolicyIngressRule ingress = 2; repeated NetworkPolicyIngressRule ingress = 2;
} }