diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index a7b6acca..4f1525ed 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -241,6 +241,7 @@ type Capabilities struct { IngressCapabilities []IngressCapabilities `json:"ingressCapabilities,omitempty"` NodePoolScalingSupported bool `json:"nodePoolScalingSupported,omitempty"` NodePortRange string `json:"nodePortRange,omitempty"` + TaintSupport *bool `json:"taintSupport,omitempty"` } type LoadBalancerCapabilities struct {