From bad45506a9a9c25b028703e85e501b8f97598695 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Wed, 24 Mar 2021 12:16:58 +0000 Subject: [PATCH] Remove unused image-cache CRD The image-cache CRD is a legacy from the knative days of Tekton. It is not used by Tekton today, so it should be removed now. Signed-off-by: Andrea Frittoli --- config/300-imagecache.yaml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 config/300-imagecache.yaml diff --git a/config/300-imagecache.yaml b/config/300-imagecache.yaml deleted file mode 100644 index b6c3b63d5d4..00000000000 --- a/config/300-imagecache.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2018 The Knative Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - name: images.caching.internal.knative.dev - labels: - app.kubernetes.io/instance: default - app.kubernetes.io/part-of: tekton-pipelines - knative.dev/crd-install: "true" -spec: - group: caching.internal.knative.dev - version: v1alpha1 - names: - kind: Image - plural: images - singular: image - categories: - - knative-internal - - caching - shortNames: - - img - scope: Namespaced - subresources: - status: {}