@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiStorageV1TokenRequest

    TokenRequest contains parameters of a service account token.

    interface IoK8sApiStorageV1TokenRequest {
        audience: string;
        expirationSeconds?: number;
    }
    Index

    Properties

    audience: string

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

    expirationSeconds?: number

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

    int64