Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSServerConfig ¶
type DNSServerConfig struct { // The domain that the server will resolve the services for Domain string `yaml:"domain" envconfig:"kuma_dns_server_domain"` // Port on which the server is exposed Port uint32 `yaml:"port" envconfig:"kuma_dns_server_port"` // CIDR used to allocate virtual IPs from CIDR string `yaml:"CIDR" envconfig:"kuma_dns_server_cidr"` // ServiceVipEnabled will create a service "<kuma.io/service>.mesh" dns entry for every service. ServiceVipEnabled bool `yaml:"serviceVipEnabled" envconfig:"kuma_dns_server_service_vip_enabled"` }
DNS Server configuration
func DefaultDNSServerConfig ¶
func DefaultDNSServerConfig() *DNSServerConfig
func (*DNSServerConfig) Sanitize ¶
func (g *DNSServerConfig) Sanitize()
func (*DNSServerConfig) Validate ¶
func (g *DNSServerConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.