Skip to content

Commit ab912a1

Browse files
committed
Use = instead of :=
1 parent 28bd5f2 commit ab912a1

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
@@ -115,7 +115,7 @@ type TargetGroupBindingNetworking struct {
115115
// TargetGroupBindingSpec defines the desired state of TargetGroupBinding
116116
type TargetGroupBindingSpec struct {
117117
// targetGroupARN is the Amazon Resource Name (ARN) for the TargetGroup.
118-
// +kubebuilder:validation:MinLength:=1
118+
// +kubebuilder:validation:MinLength=1
119119
TargetGroupARN string `json:"targetGroupARN"`
120120

121121
// targetType is the TargetType of TargetGroup. If unspecified, it will be automatically inferred.

0 commit comments

Comments
 (0)