Merge pull request #89018 from abhiraut/npTypes

Update code comment for NetworkPolicyPeer
This commit is contained in:
Kubernetes Prow Robot
2020-03-19 20:31:04 -07:00
committed by GitHub
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",