Reference documentation and code samples for the Google Cloud Container V1 Client class DNSConfig.
DNSConfig contains the desired set of options for configuring clusterDNS.
Generated from protobuf message google.container.v1.DNSConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ cluster_dns
int
cluster_dns indicates which in-cluster DNS provider should be used.
↳ cluster_dns_scope
int
cluster_dns_scope indicates the scope of access to cluster DNS records.
↳ cluster_dns_domain
string
cluster_dns_domain is the suffix used for all cluster service records.
getClusterDns
cluster_dns indicates which in-cluster DNS provider should be used.
int
setClusterDns
cluster_dns indicates which in-cluster DNS provider should be used.
var
int
$this
getClusterDnsScope
cluster_dns_scope indicates the scope of access to cluster DNS records.
int
setClusterDnsScope
cluster_dns_scope indicates the scope of access to cluster DNS records.
var
int
$this
getClusterDnsDomain
cluster_dns_domain is the suffix used for all cluster service records.
string
setClusterDnsDomain
cluster_dns_domain is the suffix used for all cluster service records.
var
string
$this