OS
Schema Hub

ServiceAccountSubject

ServiceAccountSubject holds detailed information for service-account-kind subject.

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

Resource Structure

namestringRequired
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
namespacestringRequired
`namespace` is the namespace of matching ServiceAccount objects. Required.