From eea4afac72da23700e262a9b85d025f9d0b03480 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Wed, 9 Aug 2023 21:47:12 +0200 Subject: [PATCH] Not needed. --- deploy/crds/vmops-config-crd.yaml | 32 ------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 deploy/crds/vmops-config-crd.yaml diff --git a/deploy/crds/vmops-config-crd.yaml b/deploy/crds/vmops-config-crd.yaml deleted file mode 100644 index 61f09f5..0000000 --- a/deploy/crds/vmops-config-crd.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: vmopconfigs.vmoperator.jdrupes.org -spec: - group: vmoperator.jdrupes.org - # list of versions supported by this CustomResourceDefinition - versions: - - name: v1alpha1 - served: true - storage: true - schema: - openAPIV3Schema: - type: object - properties: - spec: - type: object - properties: - imageRepository: - type: object - description: Defines the image repository volume. - properties: {} - # either Namespaced or Cluster - scope: Namespaced - names: - # plural name to be used in the URL: /apis/// - plural: vmopconfigs - # singular name to be used as an alias on the CLI and for display - singular: vmopconfig - # kind is normally the CamelCased singular type. Your resource manifests use this. - kind: VmOpConfig - listKind: VmOpConfigList