ingress

@JvmName(name = "dlngonraxxqrpdae")
suspend fun ingress(value: Output<List<NetworkPolicyIngressRuleArgs>>)
@JvmName(name = "idfiewofpoyvhiis")
suspend fun ingress(value: List<NetworkPolicyIngressRuleArgs>?)

Parameters

value

ingress is a 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 (and cluster policy otherwise allows the traffic), 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 = "tqivochpfxnteuwo")
suspend fun ingress(vararg values: Output<NetworkPolicyIngressRuleArgs>)


@JvmName(name = "dmpwuoihffrfgxwf")
suspend fun ingress(values: List<Output<NetworkPolicyIngressRuleArgs>>)
@JvmName(name = "yadbneneboijyess")
suspend fun ingress(vararg values: NetworkPolicyIngressRuleArgs)

Parameters

values

ingress is a 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 (and cluster policy otherwise allows the traffic), 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 = "aukeogbexngesfgg")
suspend fun ingress(argument: List<suspend NetworkPolicyIngressRuleArgsBuilder.() -> Unit>)
@JvmName(name = "pccfbpreofsjegsy")
suspend fun ingress(vararg argument: suspend NetworkPolicyIngressRuleArgsBuilder.() -> Unit)
@JvmName(name = "kdeaaekmmpknbixx")
suspend fun ingress(argument: suspend NetworkPolicyIngressRuleArgsBuilder.() -> Unit)

Parameters

argument

ingress is a 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 (and cluster policy otherwise allows the traffic), 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)