networkPolicyConfig

@JvmName(name = "xdefgffiiimemqxt")
suspend fun networkPolicyConfig(value: Output<ClusterAddonsConfigNetworkPolicyConfigArgs>)
@JvmName(name = "nrowkcrmuwmoehsv")
suspend fun networkPolicyConfig(value: ClusterAddonsConfigNetworkPolicyConfigArgs?)

Parameters

value

Whether we should enable the network policy addon for the master. This must be enabled in order to enable network policy for the nodes. To enable this, you must also define a network_policy block, otherwise nothing will happen. It can only be disabled if the nodes already do not have network policies enabled. Defaults to disabled; set disabled = false to enable.


@JvmName(name = "nrvpbgeatgbnfcsi")
suspend fun networkPolicyConfig(argument: suspend ClusterAddonsConfigNetworkPolicyConfigArgsBuilder.() -> Unit)

Parameters

argument

Whether we should enable the network policy addon for the master. This must be enabled in order to enable network policy for the nodes. To enable this, you must also define a network_policy block, otherwise nothing will happen. It can only be disabled if the nodes already do not have network policies enabled. Defaults to disabled; set disabled = false to enable.