{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "clusterSelector": { "properties": { "matchExpressions": { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "resources": { "items": { "properties": { "kind": { "enum": [ "Secret", "ConfigMap" ], "type": "string" }, "name": { "minLength": 1, "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "type": "array" }, "strategy": { "enum": [ "ApplyOnce" ], "type": "string" } }, "required": [ "clusterSelector" ], "type": "object" }, "status": { "properties": { "conditions": { "items": { "properties": { "lastTransitionTime": { "format": "date-time", "type": "string" }, "message": { "type": "string" }, "reason": { "type": "string" }, "severity": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "required": [ "status", "type" ], "type": "object" }, "type": "array" }, "observedGeneration": { "format": "int64", "type": "integer" } }, "type": "object" } }, "type": "object" }