10BC0 TLSRoute: Require hostnames · kubernetes-sigs/gateway-api@5630d40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5630d40

Browse files
committed
TLSRoute: Require hostnames
1 parent e1310bb commit 5630d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/v1alpha2/tlsroute_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type TLSRouteSpec struct {
8282
//
8383
// Support: Core
8484
//
85-
// +optional
85+
// +kubebuilder:validation:MinItems=1
8686
// +kubebuilder:validation:MaxItems=16
8787
Hostnames []Hostname `json:"hostnames,omitempty"`
8888

0 commit comments

Comments
 (0)
0