Update code comment for NetworkPolicyPeer

NetworkPolicyPeer in types has an outdated comment from the
times when it only supported ingress rules. Update the comment
to reflect the current usage of the field.
This commit is contained in:
Abhishek Raut
2020-03-10 14:18:22 -07:00
parent 2c26e109b4
commit 7cab5753de
7 changed files with 7 additions and 7 deletions

View File

@@ -11656,7 +11656,7 @@
]
},
"io.k8s.api.networking.v1.NetworkPolicyPeer": {
"description": "NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed",
"description": "NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed",
"properties": {
"ipBlock": {
"$ref": "#/definitions/io.k8s.api.networking.v1.IPBlock",