diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index 4f1525ed..765e56db 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -242,6 +242,7 @@ type Capabilities struct { NodePoolScalingSupported bool `json:"nodePoolScalingSupported,omitempty"` NodePortRange string `json:"nodePortRange,omitempty"` TaintSupport *bool `json:"taintSupport,omitempty"` + PspEnabled bool `json:"pspEnabled,omitempty"` } type LoadBalancerCapabilities struct {