diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index 8f477659..a7b6acca 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -252,7 +252,7 @@ type LoadBalancerCapabilities struct { type IngressCapabilities struct { IngressProvider string `json:"ingressProvider,omitempty"` - CustomDefaultBackend bool `json:"customDefaultBackend,omitempty"` + CustomDefaultBackend *bool `json:"customDefaultBackend,omitempty"` } type MonitoringInput struct {