MasterAuthorizedNetworksConfigResponse

data class MasterAuthorizedNetworksConfigResponse(val cidrBlocks: List<CidrBlockResponse>, val enabled: 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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Up to 50 external networks that could access Kubernetes master through HTTPS.

Link copied to clipboard

Whether or not master authorized networks feature is enabled.