GetClusterMasterAuthorizedNetworksConfig

data class GetClusterMasterAuthorizedNetworksConfig(val cidrBlocks: List<GetClusterMasterAuthorizedNetworksConfigCidrBlock>, val gcpPublicCidrsAccessEnabled: Boolean, val privateEndpointEnforcementEnabled: Boolean)

Constructors

Link copied to clipboard
constructor(cidrBlocks: List<GetClusterMasterAuthorizedNetworksConfigCidrBlock>, gcpPublicCidrsAccessEnabled: Boolean, privateEndpointEnforcementEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

External networks that can access the Kubernetes cluster master through HTTPS.

Link copied to clipboard

Whether Kubernetes master is accessible via Google Compute Engine Public IPs.

Link copied to clipboard

Whether authorized networks is enforced on the private endpoint or not. Defaults to false.