Network Policies Args
data class NetworkPoliciesArgs(val egress: Output<Either<String, PolicyRule>>? = null, val ingress: Output<Either<String, PolicyRule>>? = null) : ConvertibleToJava<NetworkPoliciesArgs>
Default network policy of the namespace, specifying ingress and egress rules.
Constructors
Link copied to clipboard
constructor(egress: Output<Either<String, PolicyRule>>? = null, ingress: Output<Either<String, PolicyRule>>? = null)