mirror of
https://github.com/rancher/types.git
synced 2025-09-25 12:21:24 +00:00
Fix ingress rke type
This commit is contained in:
@@ -197,7 +197,7 @@ type AuthzConfig struct {
|
||||
|
||||
type IngressConfig struct {
|
||||
// Ingress controller type used by kubernetes
|
||||
Type string `yaml:"type" json:"type,omitempty"`
|
||||
Provider string `yaml:"provider" json:"provider,omitempty"`
|
||||
// Ingress controller options
|
||||
Options map[string]string `yaml:"options" json:"options,omitempty"`
|
||||
// NodeSelector key pair
|
||||
|
Reference in New Issue
Block a user