Skip to content

Commit b1e12f7

Browse files
committed
Drop validation markers this is handled in another PR
See: #3750
1 parent edd62ae commit b1e12f7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

apisx/v1alpha1/xlistenerset_types.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,7 @@ type ListenerEntry struct {
129129
// same port, subject to the Listener compatibility rules.
130130
//
131131
// +optional
132-
//
133-
// +kubebuilder:validation:Minimum=0
134-
// +kubebuilder:validation:Maximum=65535
135-
Port int32 `json:"port,omitempty"`
132+
Port PortNumber `json:"port,omitempty"`
136133

137134
// Protocol specifies the network protocol this listener expects to receive.
138135
Protocol ProtocolType `json:"protocol"`

config/crd/experimental/gateway.networking.x-k8s.io_xlistenersets.yaml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)