subsets

@JvmName(name = "mbygleinpuribjqc")
suspend fun subsets(value: Output<List<EndpointSubsetArgs>>)
@JvmName(name = "rpuvlruwcmxpjdvn")
suspend fun subsets(value: List<EndpointSubsetArgs>?)

Parameters

value

The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.


@JvmName(name = "ydumxlrlvpskecib")
suspend fun subsets(vararg values: Output<EndpointSubsetArgs>)


@JvmName(name = "ojnhcwvvvxrmbyma")
suspend fun subsets(values: List<Output<EndpointSubsetArgs>>)
@JvmName(name = "inxtbxjaumtddqek")
suspend fun subsets(vararg values: EndpointSubsetArgs)

Parameters

values

The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.


@JvmName(name = "xnsmarrdtphikibb")
suspend fun subsets(argument: List<suspend EndpointSubsetArgsBuilder.() -> Unit>)
@JvmName(name = "rwfhmtyckdcfpflh")
suspend fun subsets(vararg argument: suspend EndpointSubsetArgsBuilder.() -> Unit)
@JvmName(name = "tnjiwxpmkcwdvftr")
suspend fun subsets(argument: suspend EndpointSubsetArgsBuilder.() -> Unit)

Parameters

argument

The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.