Skip to content

Commit b60ef73

Browse files
committed
Add kubebulder setting for TCP_UDP
1 parent 01bbd24 commit b60ef73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/elbv2/v1beta1/targetgroupbinding_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type NetworkingPeer struct {
7777
SecurityGroup *SecurityGroup `json:"securityGroup,omitempty"`
7878
}
7979

80-
// +kubebuilder:validation:Enum=TCP;UDP
80+
// +kubebuilder:validation:Enum=TCP;UDP;TCP_UDP
8181
// NetworkingProtocol defines the protocol for networking rules.
8282
type NetworkingProtocol string
8383

0 commit comments

Comments
 (0)