1
0
mirror of https://github.com/rancher/types.git synced 2025-09-25 04:12:02 +00:00

Merge pull request #998 from rmweir/add-psp-enabled

Add psp enabled
This commit is contained in:
Dan Ramich
2019-10-28 17:05:27 -07:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -243,6 +243,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 {