Skip to content

Commit b04b4e9

Browse files
committed
config/v1: mark minTLSVersion as required in custom TLS profile
Signed-off-by: kramaranya <[email protected]>
1 parent 366ffb8 commit b04b4e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/v1/types_tlssecurityprofile.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ type TLSProfileSpec struct {
220220
// minTLSVersion: VersionTLS11
221221
//
222222
// NOTE: currently the highest minTLSVersion allowed is VersionTLS12
223-
//
223+
// +kubebuilder:validation:Required
224+
// +kubebuilder:validation:Enum=VersionTLS10;VersionTLS11;VersionTLS12;VersionTLS13
224225
MinTLSVersion TLSProtocolVersion `json:"minTLSVersion"`
225226
}
226227

0 commit comments

Comments
 (0)