Skip to content

Commit a4e7dae

Browse files
committed
Change endport to int32
Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]>
1 parent 7c58e37 commit a4e7dae

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-network/2079-network-policy-port-range

1 file changed

+4
-4
lines changed

keps/sig-network/2079-network-policy-port-range/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ type NetworkPolicyPort struct {
164164
// +optional
165165
Port *intstr.IntOrString `json:"port,omitempty" protobuf:"bytes,2,opt,name=port"`
166166
167-
// To defines the end of the port range, being the end included within the
168-
// range
169-
// +optional
170-
EndPort uint16 `json:"port,omitempty" protobuf:"bytes,2,opt,name=endPort"`
167+
// To defines the end of the port range, being the end included within the
168+
// range
169+
// +optional
170+
EndPort int32 `json:"port,omitempty" protobuf:"bytes,2,opt,name=endPort"`
171171
}
172172
```
173173

0 commit comments

Comments
 (0)