Master Authorized Networks Config Response
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)