{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "secretType": { "type": "string" }, "targetSecretRef": { "properties": { "name": { "type": "string" }, "namespace": { "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "secretType", "targetSecretRef" ], "type": "object" }, "status": { "properties": { "conditions": { "items": { "properties": { "lastTransitionTime": { "type": "string" }, "lastUpdateTime": { "type": "string" }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "required": [ "status", "type" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "type" ], "x-kubernetes-list-type": "map" }, "lastSyncTS": { "format": "date-time", "type": "string" } }, "type": "object" } }, "type": "object" }