mirror of
https://github.com/rancher/types.git
synced 2025-07-31 04:49:37 +00:00
go generate
This commit is contained in:
parent
af7045b760
commit
f462031808
@ -4,11 +4,11 @@ const (
|
||||
IngressConfigType = "ingressConfig"
|
||||
IngressConfigFieldNodeSelector = "nodeSelector"
|
||||
IngressConfigFieldOptions = "options"
|
||||
IngressConfigFieldType = "type"
|
||||
IngressConfigFieldProvider = "provider"
|
||||
)
|
||||
|
||||
type IngressConfig struct {
|
||||
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
|
||||
Options map[string]string `json:"options,omitempty"`
|
||||
Type string `json:"type,omitempty"`
|
||||
Provider string `json:"provider,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user