A reference to a Kubernetes object.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ObjectReference", "type": "object", "description": "A reference to a Kubernetes object.", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "type": "string" } } }