mirror of
https://github.com/rancher/types.git
synced 2025-06-28 14:36:50 +00:00
Add DNS Policy Field
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user