Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.8.1
type Config struct { // The domain that the server will resolve the services for Domain string `yaml:"domain" envconfig:"kuma_dns_server_domain"` // 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() *Config
Click to show internal directories.
Click to hide internal directories.