master Authorized Networks Config
suspend fun masterAuthorizedNetworksConfig(value: Output<ClusterMasterAuthorizedNetworksConfigArgs>)
Parameters
value
The desired configuration options for master authorized networks. Omit the nested cidr_blocks
attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists). Structure is documented below.
suspend fun masterAuthorizedNetworksConfig(argument: suspend ClusterMasterAuthorizedNetworksConfigArgsBuilder.() -> Unit)
Parameters
argument
The desired configuration options for master authorized networks. Omit the nested cidr_blocks
attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists). Structure is documented below.