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:
committed by
Alena Prokharchyk
parent
68de51b62a
commit
2476a1dd6b
@@ -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"`
|
||||
|
Reference in New Issue
Block a user