tokenRequests

@JvmName(name = "xmucfxqrorgfilje")
suspend fun tokenRequests(value: Output<List<TokenRequestPatchArgs>>)
@JvmName(name = "xdtenkjkdkkxeads")
suspend fun tokenRequests(value: List<TokenRequestPatchArgs>?)

Parameters

value

tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": { "": { "token": , "expirationTimestamp": , }, ... } Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.


@JvmName(name = "ktopydtmbmvapasj")
suspend fun tokenRequests(vararg values: Output<TokenRequestPatchArgs>)


@JvmName(name = "yuxrukikljqjxhbm")
suspend fun tokenRequests(values: List<Output<TokenRequestPatchArgs>>)
@JvmName(name = "srbilnwnbaafyxqi")
suspend fun tokenRequests(vararg values: TokenRequestPatchArgs)

Parameters

values

tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": { "": { "token": , "expirationTimestamp": , }, ... } Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.


@JvmName(name = "eioqcrlelexvtoys")
suspend fun tokenRequests(argument: List<suspend TokenRequestPatchArgsBuilder.() -> Unit>)
@JvmName(name = "euuerpidvbxmabom")
suspend fun tokenRequests(vararg argument: suspend TokenRequestPatchArgsBuilder.() -> Unit)
@JvmName(name = "pibbycyyqlbmmvda")
suspend fun tokenRequests(argument: suspend TokenRequestPatchArgsBuilder.() -> Unit)

Parameters

argument

tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": { "": { "token": , "expirationTimestamp": , }, ... } Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.