We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bbd24 commit b60ef73Copy full SHA for b60ef73
apis/elbv2/v1beta1/targetgroupbinding_types.go
@@ -77,7 +77,7 @@ type NetworkingPeer struct {
77
SecurityGroup *SecurityGroup `json:"securityGroup,omitempty"`
78
}
79
80
-// +kubebuilder:validation:Enum=TCP;UDP
+// +kubebuilder:validation:Enum=TCP;UDP;TCP_UDP
81
// NetworkingProtocol defines the protocol for networking rules.
82
type NetworkingProtocol string
83
0 commit comments