from

@JvmName(name = "wscgflpwcvoilure")
suspend fun from(value: Output<List<NetworkPolicyPeerPatchArgs>>)
@JvmName(name = "cndmokhpuhgcouie")
suspend fun from(value: List<NetworkPolicyPeerPatchArgs>?)

Parameters

value

from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.


@JvmName(name = "fjdlcviinnmwedtb")
suspend fun from(vararg values: Output<NetworkPolicyPeerPatchArgs>)


@JvmName(name = "hdcwpdrlkdlvfldq")
suspend fun from(values: List<Output<NetworkPolicyPeerPatchArgs>>)
@JvmName(name = "akhiwngruumoeshm")
suspend fun from(vararg values: NetworkPolicyPeerPatchArgs)

Parameters

values

from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.


@JvmName(name = "orgufbsgamatwcrw")
suspend fun from(argument: List<suspend NetworkPolicyPeerPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ugikajyejnmwpdpu")
suspend fun from(vararg argument: suspend NetworkPolicyPeerPatchArgsBuilder.() -> Unit)
@JvmName(name = "dydokiclpqpowtnm")
suspend fun from(argument: suspend NetworkPolicyPeerPatchArgsBuilder.() -> Unit)

Parameters

argument

from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.