{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "clusterName": { "minLength": 1, "type": "string" }, "failureDomains": { "items": { "type": "string" }, "type": "array" }, "minReadySeconds": { "format": "int32", "type": "integer" }, "providerIDList": { "items": { "type": "string" }, "type": "array" }, "replicas": { "format": "int32", "type": "integer" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "additionalProperties": { "type": "string" }, "type": "object" }, "labels": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object" }, "spec": { "properties": { "bootstrap": { "properties": { "configRef": { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "type": "string" }, "resourceVersion": { "type": "string" }, "uid": { "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "dataSecretName": { "type": "string" } }, "type": "object" }, "clusterName": { "minLength": 1, "type": "string" }, "failureDomain": { "type": "string" }, "infrastructureRef": { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "type": "string" }, "resourceVersion": { "type": "string" }, "uid": { "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "nodeDrainTimeout": { "type": "string" }, "providerID": { "type": "string" }, "version": { "type": "string" } }, "required": [ "bootstrap", "clusterName", "infrastructureRef" ], "type": "object" } }, "type": "object" } }, "required": [ "clusterName", "template" ], "type": "object" }, "status": { "properties": { "availableReplicas": { "format": "int32", "type": "integer" }, "bootstrapReady": { "type": "boolean" }, "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" }, "failureMessage": { "type": "string" }, "failureReason": { "type": "string" }, "infrastructureReady": { "type": "boolean" }, "nodeRefs": { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "type": "string" }, "resourceVersion": { "type": "string" }, "uid": { "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array" }, "observedGeneration": { "format": "int64", "type": "integer" }, "phase": { "type": "string" }, "readyReplicas": { "format": "int32", "type": "integer" }, "replicas": { "format": "int32", "type": "integer" }, "unavailableReplicas": { "format": "int32", "type": "integer" } }, "type": "object" } }, "type": "object" }