mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-06-09 08:51:18 -04:00
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. Kubernetes-commit: 7cab5753deab2a73adcdb6f6e0694f9996ac5b4a
This commit is contained in:
parent
f9874ff36b
commit
4ef95989c3
1 changed files with 1 additions and 1 deletions
2
testdata/openapi/swagger.json
vendored
2
testdata/openapi/swagger.json
vendored
|
|
@ -13744,7 +13744,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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue