We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bd5f2 commit ab912a1Copy full SHA for ab912a1
apis/elbv2/v1beta1/targetgroupbinding_types.go
@@ -115,7 +115,7 @@ type TargetGroupBindingNetworking struct {
115
// TargetGroupBindingSpec defines the desired state of TargetGroupBinding
116
type TargetGroupBindingSpec struct {
117
// targetGroupARN is the Amazon Resource Name (ARN) for the TargetGroup.
118
- // +kubebuilder:validation:MinLength:=1
+ // +kubebuilder:validation:MinLength=1
119
TargetGroupARN string `json:"targetGroupARN"`
120
121
// targetType is the TargetType of TargetGroup. If unspecified, it will be automatically inferred.
0 commit comments