selectors

@JvmName(name = "qgbacbckotaaauvw")
suspend fun selectors(value: Output<List<FargateProfileSelectorArgs>>)
@JvmName(name = "eakmyaxmfuoxxrtp")
suspend fun selectors(value: List<FargateProfileSelectorArgs>?)

Parameters

value

The selectors to match for a Pod to use this Fargate profile. Each selector must have an associated Kubernetes namespace . Optionally, you can also specify labels for a namespace . You may specify up to five selectors in a Fargate profile.


@JvmName(name = "oichoqhcrdqfmnop")
suspend fun selectors(vararg values: Output<FargateProfileSelectorArgs>)


@JvmName(name = "osrigcownxcnjhac")
suspend fun selectors(values: List<Output<FargateProfileSelectorArgs>>)
@JvmName(name = "onnvdvdbwyxjpowj")
suspend fun selectors(vararg values: FargateProfileSelectorArgs)

Parameters

values

The selectors to match for a Pod to use this Fargate profile. Each selector must have an associated Kubernetes namespace . Optionally, you can also specify labels for a namespace . You may specify up to five selectors in a Fargate profile.


@JvmName(name = "gjeummemilhcmrgs")
suspend fun selectors(argument: List<suspend FargateProfileSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "efkqosksjocvdfok")
suspend fun selectors(vararg argument: suspend FargateProfileSelectorArgsBuilder.() -> Unit)
@JvmName(name = "mepvwcplbwpprihb")
suspend fun selectors(argument: suspend FargateProfileSelectorArgsBuilder.() -> Unit)

Parameters

argument

The selectors to match for a Pod to use this Fargate profile. Each selector must have an associated Kubernetes namespace . Optionally, you can also specify labels for a namespace . You may specify up to five selectors in a Fargate profile.