mirror of
https://github.com/rancher/types.git
synced 2025-09-17 23:38:20 +00:00
Add DNS Policy Field
This commit is contained in:
committed by
Alena Prokharchyk
parent
b99efa820b
commit
972bca92b4
@@ -363,6 +363,8 @@ type IngressConfig struct {
|
||||
NodeSelector map[string]string `yaml:"node_selector" json:"nodeSelector,omitempty"`
|
||||
// Ingress controller extra arguments
|
||||
ExtraArgs map[string]string `yaml:"extra_args" json:"extraArgs,omitempty"`
|
||||
// DNS Policy
|
||||
DNSPolicy string `yaml:"dns_policy" json:"dnsPolicy,omitempty"`
|
||||
}
|
||||
|
||||
type RKEPlan struct {
|
||||
|
Reference in New Issue
Block a user