diff --git a/api/v1alpha1/shared_types.go b/api/v1alpha1/shared_types.go index a013f754be8..edb31a7c16d 100644 --- a/api/v1alpha1/shared_types.go +++ b/api/v1alpha1/shared_types.go @@ -475,6 +475,7 @@ type BackendRef struct { gwapiv1.BackendObjectReference `json:",inline"` // Failover This indicates whether the backend is designated as a failover. // Multiple failover backends can be configured for a single BackendService. + // +optional Failover *bool `json:"failover,omitempty"` }