ClusterControlPlaneEndpointsConfigDnsEndpointConfig

data class ClusterControlPlaneEndpointsConfigDnsEndpointConfig(val allowExternalTraffic: Boolean? = null, val endpoint: String? = null)

Constructors

constructor(allowExternalTraffic: Boolean? = null, endpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.

Link copied to clipboard
val endpoint: String? = null

The cluster's DNS endpoint.