Network Policy Config Args
data class NetworkPolicyConfigArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<NetworkPolicyConfigArgs>
Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.