ParentReference
ParentReference describes a reference to a parent object.
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/networking.api.k8s.io/ParentReference_v1beta1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/networking.api.k8s.io/ParentReference_v1beta1.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
groupstringGroup is the group of the object being referenced.
namestringRequiredName is the name of the object being referenced.
namespacestringNamespace is the namespace of the object being referenced.
resourcestringRequiredResource is the resource of the object being referenced.
Version Diff
Compare:→