From a0ccf4e29129a1dff1fa50cd3feb2820ff6bea99 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Tue, 19 Nov 2024 14:36:13 +0530 Subject: [PATCH] api: add api-approved.kubernetes.io annotation to CRD This commit adds the following annotation `api-approved.kubernetes.io: \ "https://github.com/kubernetes-csi/external-snapshot-metadata/pull/2"`. Refer to https://github.com/kubernetes/enhancements/pull/1111 for more details. Signed-off-by: Rakshith R --- .../config/crd/cbt.storage.k8s.io_snapshotmetadataservices.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/client/config/crd/cbt.storage.k8s.io_snapshotmetadataservices.yaml b/client/config/crd/cbt.storage.k8s.io_snapshotmetadataservices.yaml index c2f6093f..31178d7a 100644 --- a/client/config/crd/cbt.storage.k8s.io_snapshotmetadataservices.yaml +++ b/client/config/crd/cbt.storage.k8s.io_snapshotmetadataservices.yaml @@ -4,6 +4,7 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshot-metadata/pull/2" name: snapshotmetadataservices.cbt.storage.k8s.io spec: group: cbt.storage.k8s.io