cidr Blocks
suspend fun cidrBlocks(value: Output<List<EnvironmentConfigMasterAuthorizedNetworksConfigCidrBlockArgs>>)
Parameters
value
cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
suspend fun cidrBlocks(vararg values: Output<EnvironmentConfigMasterAuthorizedNetworksConfigCidrBlockArgs>)
suspend fun cidrBlocks(values: List<Output<EnvironmentConfigMasterAuthorizedNetworksConfigCidrBlockArgs>>)
Parameters
values
cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
suspend fun cidrBlocks(argument: List<suspend EnvironmentConfigMasterAuthorizedNetworksConfigCidrBlockArgsBuilder.() -> Unit>)
suspend fun cidrBlocks(vararg argument: suspend EnvironmentConfigMasterAuthorizedNetworksConfigCidrBlockArgsBuilder.() -> Unit)
suspend fun cidrBlocks(argument: suspend EnvironmentConfigMasterAuthorizedNetworksConfigCidrBlockArgsBuilder.() -> Unit)
Parameters
argument
cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.