OS
Schema Hub

BoundObjectReference

BoundObjectReference is a reference to an object that a token is bound to.

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/authentication.api.k8s.io/BoundObjectReference_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/BoundObjectReference_v1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

apiVersionstring
API version of the referent.
kindstring
Kind of the referent. Valid kinds are 'Pod' and 'Secret'.
namestring
Name of the referent.
uidstring
UID of the referent.