GetClusterDnsConfig

data class GetClusterDnsConfig(val additiveVpcScopeDnsDomain: String, val clusterDns: String, val clusterDnsDomain: String, val clusterDnsScope: String)

Constructors

Link copied to clipboard
constructor(additiveVpcScopeDnsDomain: String, clusterDns: String, clusterDnsDomain: String, clusterDnsScope: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable additive VPC scope DNS in a GKE cluster.

Link copied to clipboard

Which in-cluster DNS provider should be used.

Link copied to clipboard

The suffix used for all cluster service records.

Link copied to clipboard

The scope of access to cluster DNS records.