mirror of
https://github.com/rancher/types.git
synced 2025-09-17 15:29:10 +00:00
Add stubdomains to DNSConfig
This commit is contained in:
committed by
Alena Prokharchyk
parent
190cd39189
commit
e75a7b3254
@@ -696,6 +696,8 @@ type DNSConfig struct {
|
||||
UpstreamNameservers []string `yaml:"upstreamnameservers" json:"upstreamnameservers,omitempty"`
|
||||
// ReverseCIDRs
|
||||
ReverseCIDRs []string `yaml:"reversecidrs" json:"reversecidrs,omitempty"`
|
||||
// Stubdomains
|
||||
StubDomains map[string][]string `yaml:"stubdomains" json:"stubdomains,omitempty"`
|
||||
// NodeSelector key pair
|
||||
NodeSelector map[string]string `yaml:"node_selector" json:"nodeSelector,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user