GetClusterControlPlaneEndpointsConfigDnsEndpointConfig

data class GetClusterControlPlaneEndpointsConfigDnsEndpointConfig(val allowExternalTraffic: Boolean, val endpoint: String)

Constructors

constructor(allowExternalTraffic: Boolean, endpoint: String)

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

The cluster's DNS endpoint.