mirror of
https://github.com/rancher/types.git
synced 2025-08-01 13:07:05 +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:
parent
4ba6690e19
commit
17f9689023
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user