Merge pull request #74260 from stafot/update-vendor-dependencies

Update vendor package github.com/hashicorp/golang-lru

Kubernetes-commit: a2592364be3f4f9943f841182b27d0c62050a84a
This commit is contained in:
Kubernetes Publisher
2019-02-20 21:41:46 -08:00
parent e124f1f28f
commit 0b3639eedf
29 changed files with 1242 additions and 1119 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ message NetworkPolicySpec {
repeated NetworkPolicyEgressRule egress = 3;
// List of rule types that the NetworkPolicy relates to.
// Valid options are Ingress, Egress, or Ingress,Egress.
// Valid options are "Ingress", "Egress", or "Ingress,Egress".
// If this field is not specified, it will default based on the existence of Ingress or Egress rules;
// policies that contain an Egress section are assumed to affect Egress, and all policies
// (whether or not they contain an Ingress section) are assumed to affect Ingress.