mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
go generate
This commit is contained in:
@@ -6,6 +6,7 @@ const (
|
||||
CapabilitiesFieldLoadBalancerCapabilities = "loadBalancerCapabilities"
|
||||
CapabilitiesFieldNodePoolScalingSupported = "nodePoolScalingSupported"
|
||||
CapabilitiesFieldNodePortRange = "nodePortRange"
|
||||
CapabilitiesFieldPspEnabled = "pspEnabled"
|
||||
CapabilitiesFieldTaintSupport = "taintSupport"
|
||||
)
|
||||
|
||||
@@ -14,5 +15,6 @@ type Capabilities struct {
|
||||
LoadBalancerCapabilities *LoadBalancerCapabilities `json:"loadBalancerCapabilities,omitempty" yaml:"loadBalancerCapabilities,omitempty"`
|
||||
NodePoolScalingSupported bool `json:"nodePoolScalingSupported,omitempty" yaml:"nodePoolScalingSupported,omitempty"`
|
||||
NodePortRange string `json:"nodePortRange,omitempty" yaml:"nodePortRange,omitempty"`
|
||||
PspEnabled bool `json:"pspEnabled,omitempty" yaml:"pspEnabled,omitempty"`
|
||||
TaintSupport *bool `json:"taintSupport,omitempty" yaml:"taintSupport,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user