mirror of
https://github.com/rancher/types.git
synced 2025-07-31 20:55:00 +00:00
Add cluster capability to indicate taints support
This commit is contained in:
parent
9505a1672e
commit
b595dbd1a3
@ -241,6 +241,7 @@ type Capabilities struct {
|
||||
IngressCapabilities []IngressCapabilities `json:"ingressCapabilities,omitempty"`
|
||||
NodePoolScalingSupported bool `json:"nodePoolScalingSupported,omitempty"`
|
||||
NodePortRange string `json:"nodePortRange,omitempty"`
|
||||
TaintSupport *bool `json:"taintSupport,omitempty"`
|
||||
}
|
||||
|
||||
type LoadBalancerCapabilities struct {
|
||||
|
Loading…
Reference in New Issue
Block a user