Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenRequestV1Beta1

TokenRequest contains parameters of a service account token.

schema

io.k8s.api.storage.v1beta1.TokenRequest

Hierarchy

  • TokenRequestV1Beta1

Index

Properties

Readonly audience

audience: string

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

schema

io.k8s.api.storage.v1beta1.TokenRequest#audience

Optional Readonly expirationSeconds

expirationSeconds: number

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

schema

io.k8s.api.storage.v1beta1.TokenRequest#expirationSeconds

Generated using TypeDoc