ingress

@JvmName(name = "compinbiepnhfmkm")
suspend fun ingress(value: Output<List<NetworkPolicyIngressRulePatchArgs>>)
@JvmName(name = "mewhwtblfrtjdvjn")
suspend fun ingress(value: List<NetworkPolicyIngressRulePatchArgs>?)

Parameters

value

List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default).


@JvmName(name = "saeeokuthoymevma")
suspend fun ingress(vararg values: Output<NetworkPolicyIngressRulePatchArgs>)


@JvmName(name = "cnmvfmowydsxthfu")
suspend fun ingress(values: List<Output<NetworkPolicyIngressRulePatchArgs>>)
@JvmName(name = "pkjtsdvimmeyffeb")
suspend fun ingress(vararg values: NetworkPolicyIngressRulePatchArgs)

Parameters

values

List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default).


@JvmName(name = "olxticcnhqmyojvm")
suspend fun ingress(argument: List<suspend NetworkPolicyIngressRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "bkxyyqihpiuxhkxd")
suspend fun ingress(vararg argument: suspend NetworkPolicyIngressRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "iwpsbqdggpsntmxj")
suspend fun ingress(argument: suspend NetworkPolicyIngressRulePatchArgsBuilder.() -> Unit)

Parameters

argument

List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default).