mirror of
https://github.com/rancher/types.git
synced 2025-06-28 22:46:49 +00:00
Added ExtraArguments array to IngressConfig at rke types
This commit is contained in:
parent
49b72e0ecd
commit
1bbf17c88a
@ -250,6 +250,8 @@ type IngressConfig struct {
|
||||
Options map[string]string `yaml:"options" json:"options,omitempty"`
|
||||
// NodeSelector key pair
|
||||
NodeSelector map[string]string `yaml:"node_selector" json:"nodeSelector,omitempty"`
|
||||
// Ingress controller extra arguments
|
||||
ExtraArguments []string `yaml:"extra_arguments" json:"extraArguments,omitempty"`
|
||||
}
|
||||
|
||||
type RKEPlan struct {
|
||||
|
Loading…
Reference in New Issue
Block a user