1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 14:59:16 +00:00

Generated changes

This commit is contained in:
rajashree
2019-08-16 14:44:37 -07:00
committed by Alena Prokharchyk
parent d36ab41b35
commit 3ae2276799
2 changed files with 9 additions and 2 deletions

View File

@@ -7,6 +7,6 @@ const (
)
type IngressCapabilities struct {
CustomDefaultBackend bool `json:"customDefaultBackend,omitempty" yaml:"customDefaultBackend,omitempty"`
CustomDefaultBackend *bool `json:"customDefaultBackend,omitempty" yaml:"customDefaultBackend,omitempty"`
IngressProvider string `json:"ingressProvider,omitempty" yaml:"ingressProvider,omitempty"`
}