{ "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace", "properties": { "name": { "description": "name is unique within a namespace to reference a secret resource.", "type": [ "string", "null" ] }, "namespace": { "description": "namespace defines the space within which the secret name must be unique.", "type": [ "string", "null" ] } }, "type": "object", "x-kubernetes-map-type": "atomic", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://kubernetes.io/api/secretreference/v1" }