|
59 | 59 | be a numerical or named port on a pod. If this field is
|
60 | 60 | not provided, this matches all port names and numbers."
|
61 | 61 | x-kubernetes-int-or-string: true
|
| 62 | + endPort: |
| 63 | + type: integer |
| 64 | + format: int32 |
| 65 | + description: "If set, indicates that the range of ports from |
| 66 | + port to endPort, inclusive, should be allowed by the policy. |
| 67 | + This field cannot be defined if the port field is not |
| 68 | + defined or if the port field is defined as a named (string) |
| 69 | + port. The endPort must be equal or greater than port." |
62 | 70 | protocol:
|
63 | 71 | description: "The protocol (TCP, UDP, or SCTP) which traffic
|
64 | 72 | must match. If not specified, this field defaults to TCP."
|
@@ -373,6 +381,14 @@ spec:
|
373 | 381 | be a numerical or named port on a pod. If this field is
|
374 | 382 | not provided, this matches all port names and numbers."
|
375 | 383 | x-kubernetes-int-or-string: true
|
| 384 | + endPort: |
| 385 | + type: integer |
| 386 | + format: int32 |
| 387 | + description: "If set, indicates that the range of ports from |
| 388 | + port to endPort, inclusive, should be allowed by the policy. |
| 389 | + This field cannot be defined if the port field is not |
| 390 | + defined or if the port field is defined as a named (string) |
| 391 | + port. The endPort must be equal or greater than port." |
376 | 392 | protocol:
|
377 | 393 | description: "The protocol (TCP, UDP, or SCTP) which traffic
|
378 | 394 | must match. If not specified, this field defaults to TCP."
|
|
0 commit comments