Master Authorized Networks Config Args
data class MasterAuthorizedNetworksConfigArgs(val cidrBlocks: Output<List<CidrBlockArgs>>? = null, val enabled: Output<Boolean>? = null, val gcpPublicCidrsAccessEnabled: Output<Boolean>? = null) : ConvertibleToJava<MasterAuthorizedNetworksConfigArgs>
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 MasterAuthorizedNetworksConfigArgs(cidrBlocks: Output<List<CidrBlockArgs>>? = null, enabled: Output<Boolean>? = null, gcpPublicCidrsAccessEnabled: Output<Boolean>? = null)