apiAudiences

@JvmName(name = "vluvuxmangdqwjfh")
suspend fun apiAudiences(value: Output<List<String>>)
@JvmName(name = "xdgeidruiyofhxfe")
suspend fun apiAudiences(value: List<String>?)

Parameters

value

A list of API audiences for Service Account Token Volume Projection. Set this to ["https://kubernetes&#46;default&#46;svc"] if you want to enable the Token Volume Projection feature (requires specifying service_account_issuer as well. From cluster version 1.22, Service Account Token Volume Projection will be enabled by default.


@JvmName(name = "vocjfapyddlttwjp")
suspend fun apiAudiences(vararg values: Output<String>)


@JvmName(name = "kkxxxfxpkvkorluw")
suspend fun apiAudiences(values: List<Output<String>>)
@JvmName(name = "gkcycygqyygpfvxq")
suspend fun apiAudiences(vararg values: String)

Parameters

values

A list of API audiences for Service Account Token Volume Projection. Set this to ["https://kubernetes&#46;default&#46;svc"] if you want to enable the Token Volume Projection feature (requires specifying service_account_issuer as well. From cluster version 1.22, Service Account Token Volume Projection will be enabled by default.