Manifests.io

Easy to use kubernetes documentation

CSIDriver.spec.tokenRequests

Group/Version/Kind

authentication.k8s.io/v1/TokenRequest

TokenRequest contains parameters of a service account token.

Description
audience
string *

Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.

expirationSeconds
integer

ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".

See an issue here?