1
0
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:
rmweir 2019-10-25 15:30:14 -07:00
parent 4ba6690e19
commit 17f9689023

View File

@ -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 {