OS
Schema Hub

TokenRequestStatus

TokenRequestStatus is the result of a token request.

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/authentication.api.k8s.io/TokenRequestStatus_v1.json
Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/authentication.api.k8s.io/TokenRequestStatus_v1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

expirationTimestampobjectRequired
ExpirationTimestamp is the time of expiration of the returned token.
tokenstringRequired
Token is the opaque bearer token.