From 476d65377a11b64fdb134dd8a4f47cbe1a665f87 Mon Sep 17 00:00:00 2001 From: Jordan Olshevski Date: Tue, 12 Dec 2023 18:03:14 +0000 Subject: [PATCH] Remove dup crd file --- .../crd/eno.azure.io_resourceslice.yaml | 81 ------------------- 1 file changed, 81 deletions(-) delete mode 100644 api/v1/config/crd/eno.azure.io_resourceslice.yaml diff --git a/api/v1/config/crd/eno.azure.io_resourceslice.yaml b/api/v1/config/crd/eno.azure.io_resourceslice.yaml deleted file mode 100644 index 90a662ab..00000000 --- a/api/v1/config/crd/eno.azure.io_resourceslice.yaml +++ /dev/null @@ -1,81 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.11.3 - creationTimestamp: null - name: resourceslice.eno.azure.io -spec: - group: eno.azure.io - names: - kind: ResourceSlice - listKind: ResourceSliceList - plural: resourceslice - singular: resourceslice - scope: Namespaced - versions: - - name: v1 - schema: - openAPIV3Schema: - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - properties: - compositionGeneration: - format: int64 - type: integer - resources: - items: - properties: - manifest: - type: string - reconcileInterval: - type: string - secretName: - description: A reference to the secret holding this resource. - This is only relevant when the resource's kind is Secret. - type: string - type: object - type: array - type: object - x-kubernetes-validations: - - message: Value is immutable - rule: self == oldSelf - status: - properties: - resources: - description: Elements of resources correspond in index to those in - spec.resources at the observed generation. - items: - properties: - ready: - description: nil if Eno is unable to determine the readiness - of this resource. Otherwise it is true when the resource is - ready, false otherwise. Like Reconciled, it latches and will - never transition from true->false. - type: boolean - reconciled: - description: 'True when the resource has been sync''d to the - specified manifest. This property latches: it will remain - true if it has ever been true in the life of this resource.' - type: boolean - type: object - type: array - type: object - type: object - served: true - storage: true - subresources: - status: {}