From b595dbd1a37180f183816b1d3f4a68d0afbb5475 Mon Sep 17 00:00:00 2001 From: rajashree Date: Fri, 23 Aug 2019 11:05:23 -0700 Subject: [PATCH] Add cluster capability to indicate taints support --- apis/management.cattle.io/v3/cluster_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index a7b6acca..4f1525ed 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -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 {