From cc968907b1900a008480eeb468f186dbdd0b878f Mon Sep 17 00:00:00 2001 From: Ryotaro Banno Date: Wed, 26 Jun 2024 01:46:56 +0000 Subject: [PATCH] change group from backup to mantle --- PROJECT | 2 +- config/crd/kustomization.yaml | 2 +- config/samples/kustomization.yaml | 4 ++-- ...kup_v1_mantlerestore.yaml => mantle_v1_mantlerestore.yaml} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename config/samples/{backup_v1_mantlerestore.yaml => mantle_v1_mantlerestore.yaml} (100%) diff --git a/PROJECT b/PROJECT index 96bcef8a..6b3cbb93 100644 --- a/PROJECT +++ b/PROJECT @@ -22,7 +22,7 @@ resources: namespaced: true controller: true domain: cybozu.io - group: backup + group: mantle kind: MantleRestore path: github.com/cybozu-go/mantle/api/v1 version: v1 diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index e13fd787..0d59b33d 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -3,7 +3,7 @@ # It should be run by config/default resources: - bases/mantle.cybozu.io_mantlebackups.yaml -- bases/backup.cybozu.io_mantlerestores.yaml +- bases/mantle.cybozu.io_mantlerestores.yaml #+kubebuilder:scaffold:crdkustomizeresource patches: diff --git a/config/samples/kustomization.yaml b/config/samples/kustomization.yaml index 7f9f3486..cb827dae 100644 --- a/config/samples/kustomization.yaml +++ b/config/samples/kustomization.yaml @@ -1,5 +1,5 @@ ## Append samples of your project ## resources: -- backup_v1_mantlebackup.yaml -- backup_v1_mantlerestore.yaml +- mantle_v1_mantlebackup.yaml +- mantle_v1_mantlerestore.yaml #+kubebuilder:scaffold:manifestskustomizesamples diff --git a/config/samples/backup_v1_mantlerestore.yaml b/config/samples/mantle_v1_mantlerestore.yaml similarity index 100% rename from config/samples/backup_v1_mantlerestore.yaml rename to config/samples/mantle_v1_mantlerestore.yaml