MasterAuthorizedNetworksConfigResponse

data class MasterAuthorizedNetworksConfigResponse(val cidrBlocks: List<CidrBlockResponse>, val enabled: Boolean, val gcpPublicCidrsAccessEnabled: Boolean)

Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.

Constructors

Link copied to clipboard
fun MasterAuthorizedNetworksConfigResponse(cidrBlocks: List<CidrBlockResponse>, enabled: Boolean, gcpPublicCidrsAccessEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.

Link copied to clipboard

Whether or not master authorized networks is enabled.

Link copied to clipboard

Whether master is accessbile via Google Compute Engine Public IP addresses.