mirror of
https://github.com/rancher/types.git
synced 2025-09-16 14:59:16 +00:00
Add PspEnabled field to cluster capabilities
Added PspEnabled field to cluster capabilities. It is necessary to track this value to determine if pod policies can be configured.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user