mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 06:56:29 +00:00
Add compatibility with k8s v1.22
This commit is contained in:
@@ -460,6 +460,8 @@ type IngressConfig struct {
|
||||
DefaultHTTPBackendPriorityClassName string `yaml:"default_http_backend_priority_class_name" json:"defaultHttpBackendPriorityClassName,omitempty"`
|
||||
// Priority class name for Nginx-Ingress's "nginx-ingress-controller" daemonset
|
||||
NginxIngressControllerPriorityClassName string `yaml:"nginx_ingress_controller_priority_class_name" json:"nginxIngressControllerPriorityClassName,omitempty"`
|
||||
// Enable or disable nginx default-http-backend
|
||||
DefaultIngressClass *bool `yaml:"default_ingress_class" json:"defaultIngressClass,omitempty" norman:"default=true"`
|
||||
}
|
||||
|
||||
type ExtraEnv struct {
|
||||
|
Reference in New Issue
Block a user