1
0
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:
rawmind0 2018-04-14 01:43:51 +02:00 committed by Darren Shepherd
parent 49b72e0ecd
commit 1bbf17c88a

View File

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