1
0
mirror of https://github.com/rancher/types.git synced 2025-09-09 00:48:56 +00:00

change the enabled type for loadbalancer capabilities

This commit is contained in:
galal-hussein
2019-01-30 20:32:47 +02:00
committed by Alena Prokharchyk
parent 68de51b62a
commit 2476a1dd6b

View File

@@ -221,7 +221,7 @@ type Capabilities struct {
}
type LoadBalancerCapabilities struct {
Enabled bool `json:"enabled,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
Provider string `json:"provider,omitempty"`
ProtocolsSupported []string `json:"protocolsSupported,omitempty"`
HealthCheckSupported bool `json:"healthCheckSupported,omitempty"`