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.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
apiVersionstringAPI version of the referent.
kindstringKind of the referent. Valid kinds are 'Pod' and 'Secret'.
namestringName of the referent.
uidstringUID of the referent.