mirror of
https://github.com/rancher/types.git
synced 2025-08-02 05:11:59 +00:00
Change ingress capabilities customDefaultBackend type
This commit is contained in:
parent
eb94f3aba6
commit
d36ab41b35
@ -252,7 +252,7 @@ type LoadBalancerCapabilities struct {
|
||||
|
||||
type IngressCapabilities struct {
|
||||
IngressProvider string `json:"ingressProvider,omitempty"`
|
||||
CustomDefaultBackend bool `json:"customDefaultBackend,omitempty"`
|
||||
CustomDefaultBackend *bool `json:"customDefaultBackend,omitempty"`
|
||||
}
|
||||
|
||||
type MonitoringInput struct {
|
||||
|
Loading…
Reference in New Issue
Block a user