DNSConfigResponse

data class DNSConfigResponse(val clusterDns: String, val clusterDnsDomain: String, val clusterDnsScope: String)

DNSConfig contains the desired set of options for configuring clusterDNS.

Constructors

Link copied to clipboard
fun DNSConfigResponse(clusterDns: String, clusterDnsDomain: String, clusterDnsScope: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

cluster_dns indicates which in-cluster DNS provider should be used.

Link copied to clipboard

cluster_dns_domain is the suffix used for all cluster service records.

Link copied to clipboard

cluster_dns_scope indicates the scope of access to cluster DNS records.