1
0
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:
rawmind0
2018-04-15 11:14:26 +02:00
parent d02dc9d758
commit 38999505b6

View File

@@ -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 {