From 99d36a637d122566462a23559bddd4649e99fd29 Mon Sep 17 00:00:00 2001 From: Enxebre Date: Tue, 26 Feb 2019 11:28:17 +0100 Subject: [PATCH] Remove clusters.cluster.k8s.io CRD --- ...i-operator_05_cluster_cluster-api.crd.yaml | 97 ------------------- 1 file changed, 97 deletions(-) delete mode 100644 install/0000_30_machine-api-operator_05_cluster_cluster-api.crd.yaml diff --git a/install/0000_30_machine-api-operator_05_cluster_cluster-api.crd.yaml b/install/0000_30_machine-api-operator_05_cluster_cluster-api.crd.yaml deleted file mode 100644 index bde456ce7e..0000000000 --- a/install/0000_30_machine-api-operator_05_cluster_cluster-api.crd.yaml +++ /dev/null @@ -1,97 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - labels: - controller-tools.k8s.io: "1.0" - name: clusters.cluster.k8s.io -spec: - group: cluster.k8s.io - names: - kind: Cluster - plural: clusters - scope: Namespaced - subresources: - status: {} - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - clusterNetwork: - properties: - pods: - properties: - cidrBlocks: - items: - type: string - type: array - required: - - cidrBlocks - type: object - serviceDomain: - type: string - services: - properties: - cidrBlocks: - items: - type: string - type: array - required: - - cidrBlocks - type: object - required: - - services - - pods - - serviceDomain - type: object - providerSpec: - properties: - value: - type: object - valueFrom: - properties: - machineClass: - properties: - provider: - type: string - type: object - type: object - type: object - required: - - clusterNetwork - type: object - status: - properties: - apiEndpoints: - items: - properties: - host: - type: string - port: - format: int64 - type: integer - required: - - host - - port - type: object - type: array - errorMessage: - type: string - errorReason: - type: string - providerStatus: - type: object - type: object - version: v1alpha1 -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: []