mirror of
https://github.com/rancher/types.git
synced 2025-09-19 00:46:53 +00:00
Renamed ExtraArguments to ExtraArgs at IngressConfig rke types
This commit is contained in:
@@ -251,7 +251,7 @@ type IngressConfig struct {
|
||||
// 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"`
|
||||
ExtraArgs []string `yaml:"extra_args" json:"extraArgs,omitempty"`
|
||||
}
|
||||
|
||||
type RKEPlan struct {
|
||||
|
Reference in New Issue
Block a user