{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "active_time_intervals": { "items": { "type": "string" }, "type": "array" }, "continue": { "type": "boolean" }, "group_by": { "items": { "type": "string" }, "type": "array" }, "group_interval": { "type": "string" }, "group_wait": { "type": "string" }, "match_re": { "additionalProperties": { "type": "string" }, "type": "object" }, "matchers": { "items": { "properties": { "isEqual": { "type": "boolean" }, "isRegex": { "type": "boolean" }, "name": { "type": "string" }, "value": { "type": "string" } }, "required": [ "isRegex", "value" ], "type": "object" }, "type": "array" }, "mute_time_intervals": { "items": { "type": "string" }, "type": "array" }, "object_matchers": { "items": { "items": { "type": "string" }, "type": "array" }, "type": "array" }, "provenance": { "type": "string" }, "receiver": { "minLength": 1, "type": "string" }, "repeat_interval": { "type": "string" }, "routeSelector": { "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" }, "routes": { "x-kubernetes-preserve-unknown-fields": true } }, "required": [ "receiver" ], "type": "object" }, "status": { "properties": { "conditions": { "items": { "properties": { "lastTransitionTime": { "format": "date-time", "type": "string" }, "message": { "maxLength": 32768, "type": "string" }, "observedGeneration": { "format": "int64", "minimum": 0, "type": "integer" }, "reason": { "maxLength": 1024, "minLength": 1, "pattern": "^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$", "type": "string" }, "status": { "enum": [ "True", "False", "Unknown" ], "type": "string" }, "type": { "maxLength": 316, "pattern": "^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$", "type": "string" } }, "required": [ "lastTransitionTime", "message", "reason", "status", "type" ], "type": "object" }, "type": "array" }, "lastResync": { "format": "date-time", "type": "string" } }, "type": "object" } }, "required": [ "spec" ], "type": "object" }