Update go dependencies for kubernetes 1.16.0
This commit is contained in:
parent
280920980d
commit
d7b530cb0a
510 changed files with 107206 additions and 52551 deletions
2
vendor/k8s.io/api/networking/v1/generated.proto
generated
vendored
2
vendor/k8s.io/api/networking/v1/generated.proto
generated
vendored
|
|
@ -92,7 +92,7 @@ message NetworkPolicyIngressRule {
|
|||
// List of sources which should be able to access the pods selected for this rule.
|
||||
// Items in this list are combined using a logical OR operation. If this field is
|
||||
// empty or missing, this rule matches all sources (traffic not restricted by
|
||||
// source). If this field is present and contains at least on item, this rule
|
||||
// source). If this field is present and contains at least one item, this rule
|
||||
// allows traffic only if the traffic matches at least one item in the from list.
|
||||
// +optional
|
||||
repeated NetworkPolicyPeer from = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue