From 3ae9fb0d13e8c9c952c862d38dfbc03a85ecb7c6 Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Tue, 27 May 2025 17:55:40 +0200 Subject: [PATCH] Move all volumes/ examples into _archived/volumes/ Signed-off-by: Maciej Szulik --- {volumes => _archived/volumes}/cephfs/README.md | 0 {volumes => _archived/volumes}/cephfs/cephfs-with-secret.yaml | 0 {volumes => _archived/volumes}/cephfs/cephfs.yaml | 0 {volumes => _archived/volumes}/cephfs/secret/ceph-secret.yaml | 0 {volumes => _archived/volumes}/glusterfs/README.md | 0 {volumes => _archived/volumes}/glusterfs/glusterfs-endpoints.yaml | 0 {volumes => _archived/volumes}/glusterfs/glusterfs-pod.yaml | 0 {volumes => _archived/volumes}/glusterfs/glusterfs-service.yaml | 0 {volumes => _archived/volumes}/iscsi/README.md | 0 {volumes => _archived/volumes}/iscsi/chap-secret.yaml | 0 {volumes => _archived/volumes}/iscsi/iscsi-chap.yaml | 0 {volumes => _archived/volumes}/iscsi/iscsi.yaml | 0 {volumes => _archived/volumes}/rbd/README.md | 0 {volumes => _archived/volumes}/rbd/rbd-with-secret.yaml | 0 {volumes => _archived/volumes}/rbd/rbd.yaml | 0 {volumes => _archived/volumes}/rbd/secret/ceph-secret.yaml | 0 {volumes => _archived/volumes}/storageos/README.md | 0 {volumes => _archived/volumes}/storageos/storageos-pod.yaml | 0 {volumes => _archived/volumes}/storageos/storageos-pv.yaml | 0 {volumes => _archived/volumes}/storageos/storageos-pvc.yaml | 0 {volumes => _archived/volumes}/storageos/storageos-pvcpod.yaml | 0 {volumes => _archived/volumes}/storageos/storageos-sc-pvc.yaml | 0 {volumes => _archived/volumes}/storageos/storageos-sc-pvcpod.yaml | 0 {volumes => _archived/volumes}/storageos/storageos-sc.yaml | 0 {volumes => _archived/volumes}/storageos/storageos-secret.yaml | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename {volumes => _archived/volumes}/cephfs/README.md (100%) rename {volumes => _archived/volumes}/cephfs/cephfs-with-secret.yaml (100%) rename {volumes => _archived/volumes}/cephfs/cephfs.yaml (100%) rename {volumes => _archived/volumes}/cephfs/secret/ceph-secret.yaml (100%) rename {volumes => _archived/volumes}/glusterfs/README.md (100%) rename {volumes => _archived/volumes}/glusterfs/glusterfs-endpoints.yaml (100%) rename {volumes => _archived/volumes}/glusterfs/glusterfs-pod.yaml (100%) rename {volumes => _archived/volumes}/glusterfs/glusterfs-service.yaml (100%) rename {volumes => _archived/volumes}/iscsi/README.md (100%) rename {volumes => _archived/volumes}/iscsi/chap-secret.yaml (100%) rename {volumes => _archived/volumes}/iscsi/iscsi-chap.yaml (100%) rename {volumes => _archived/volumes}/iscsi/iscsi.yaml (100%) rename {volumes => _archived/volumes}/rbd/README.md (100%) rename {volumes => _archived/volumes}/rbd/rbd-with-secret.yaml (100%) rename {volumes => _archived/volumes}/rbd/rbd.yaml (100%) rename {volumes => _archived/volumes}/rbd/secret/ceph-secret.yaml (100%) rename {volumes => _archived/volumes}/storageos/README.md (100%) rename {volumes => _archived/volumes}/storageos/storageos-pod.yaml (100%) rename {volumes => _archived/volumes}/storageos/storageos-pv.yaml (100%) rename {volumes => _archived/volumes}/storageos/storageos-pvc.yaml (100%) rename {volumes => _archived/volumes}/storageos/storageos-pvcpod.yaml (100%) rename {volumes => _archived/volumes}/storageos/storageos-sc-pvc.yaml (100%) rename {volumes => _archived/volumes}/storageos/storageos-sc-pvcpod.yaml (100%) rename {volumes => _archived/volumes}/storageos/storageos-sc.yaml (100%) rename {volumes => _archived/volumes}/storageos/storageos-secret.yaml (100%) diff --git a/volumes/cephfs/README.md b/_archived/volumes/cephfs/README.md similarity index 100% rename from volumes/cephfs/README.md rename to _archived/volumes/cephfs/README.md diff --git a/volumes/cephfs/cephfs-with-secret.yaml b/_archived/volumes/cephfs/cephfs-with-secret.yaml similarity index 100% rename from volumes/cephfs/cephfs-with-secret.yaml rename to _archived/volumes/cephfs/cephfs-with-secret.yaml diff --git a/volumes/cephfs/cephfs.yaml b/_archived/volumes/cephfs/cephfs.yaml similarity index 100% rename from volumes/cephfs/cephfs.yaml rename to _archived/volumes/cephfs/cephfs.yaml diff --git a/volumes/cephfs/secret/ceph-secret.yaml b/_archived/volumes/cephfs/secret/ceph-secret.yaml similarity index 100% rename from volumes/cephfs/secret/ceph-secret.yaml rename to _archived/volumes/cephfs/secret/ceph-secret.yaml diff --git a/volumes/glusterfs/README.md b/_archived/volumes/glusterfs/README.md similarity index 100% rename from volumes/glusterfs/README.md rename to _archived/volumes/glusterfs/README.md diff --git a/volumes/glusterfs/glusterfs-endpoints.yaml b/_archived/volumes/glusterfs/glusterfs-endpoints.yaml similarity index 100% rename from volumes/glusterfs/glusterfs-endpoints.yaml rename to _archived/volumes/glusterfs/glusterfs-endpoints.yaml diff --git a/volumes/glusterfs/glusterfs-pod.yaml b/_archived/volumes/glusterfs/glusterfs-pod.yaml similarity index 100% rename from volumes/glusterfs/glusterfs-pod.yaml rename to _archived/volumes/glusterfs/glusterfs-pod.yaml diff --git a/volumes/glusterfs/glusterfs-service.yaml b/_archived/volumes/glusterfs/glusterfs-service.yaml similarity index 100% rename from volumes/glusterfs/glusterfs-service.yaml rename to _archived/volumes/glusterfs/glusterfs-service.yaml diff --git a/volumes/iscsi/README.md b/_archived/volumes/iscsi/README.md similarity index 100% rename from volumes/iscsi/README.md rename to _archived/volumes/iscsi/README.md diff --git a/volumes/iscsi/chap-secret.yaml b/_archived/volumes/iscsi/chap-secret.yaml similarity index 100% rename from volumes/iscsi/chap-secret.yaml rename to _archived/volumes/iscsi/chap-secret.yaml diff --git a/volumes/iscsi/iscsi-chap.yaml b/_archived/volumes/iscsi/iscsi-chap.yaml similarity index 100% rename from volumes/iscsi/iscsi-chap.yaml rename to _archived/volumes/iscsi/iscsi-chap.yaml diff --git a/volumes/iscsi/iscsi.yaml b/_archived/volumes/iscsi/iscsi.yaml similarity index 100% rename from volumes/iscsi/iscsi.yaml rename to _archived/volumes/iscsi/iscsi.yaml diff --git a/volumes/rbd/README.md b/_archived/volumes/rbd/README.md similarity index 100% rename from volumes/rbd/README.md rename to _archived/volumes/rbd/README.md diff --git a/volumes/rbd/rbd-with-secret.yaml b/_archived/volumes/rbd/rbd-with-secret.yaml similarity index 100% rename from volumes/rbd/rbd-with-secret.yaml rename to _archived/volumes/rbd/rbd-with-secret.yaml diff --git a/volumes/rbd/rbd.yaml b/_archived/volumes/rbd/rbd.yaml similarity index 100% rename from volumes/rbd/rbd.yaml rename to _archived/volumes/rbd/rbd.yaml diff --git a/volumes/rbd/secret/ceph-secret.yaml b/_archived/volumes/rbd/secret/ceph-secret.yaml similarity index 100% rename from volumes/rbd/secret/ceph-secret.yaml rename to _archived/volumes/rbd/secret/ceph-secret.yaml diff --git a/volumes/storageos/README.md b/_archived/volumes/storageos/README.md similarity index 100% rename from volumes/storageos/README.md rename to _archived/volumes/storageos/README.md diff --git a/volumes/storageos/storageos-pod.yaml b/_archived/volumes/storageos/storageos-pod.yaml similarity index 100% rename from volumes/storageos/storageos-pod.yaml rename to _archived/volumes/storageos/storageos-pod.yaml diff --git a/volumes/storageos/storageos-pv.yaml b/_archived/volumes/storageos/storageos-pv.yaml similarity index 100% rename from volumes/storageos/storageos-pv.yaml rename to _archived/volumes/storageos/storageos-pv.yaml diff --git a/volumes/storageos/storageos-pvc.yaml b/_archived/volumes/storageos/storageos-pvc.yaml similarity index 100% rename from volumes/storageos/storageos-pvc.yaml rename to _archived/volumes/storageos/storageos-pvc.yaml diff --git a/volumes/storageos/storageos-pvcpod.yaml b/_archived/volumes/storageos/storageos-pvcpod.yaml similarity index 100% rename from volumes/storageos/storageos-pvcpod.yaml rename to _archived/volumes/storageos/storageos-pvcpod.yaml diff --git a/volumes/storageos/storageos-sc-pvc.yaml b/_archived/volumes/storageos/storageos-sc-pvc.yaml similarity index 100% rename from volumes/storageos/storageos-sc-pvc.yaml rename to _archived/volumes/storageos/storageos-sc-pvc.yaml diff --git a/volumes/storageos/storageos-sc-pvcpod.yaml b/_archived/volumes/storageos/storageos-sc-pvcpod.yaml similarity index 100% rename from volumes/storageos/storageos-sc-pvcpod.yaml rename to _archived/volumes/storageos/storageos-sc-pvcpod.yaml diff --git a/volumes/storageos/storageos-sc.yaml b/_archived/volumes/storageos/storageos-sc.yaml similarity index 100% rename from volumes/storageos/storageos-sc.yaml rename to _archived/volumes/storageos/storageos-sc.yaml diff --git a/volumes/storageos/storageos-secret.yaml b/_archived/volumes/storageos/storageos-secret.yaml similarity index 100% rename from volumes/storageos/storageos-secret.yaml rename to _archived/volumes/storageos/storageos-secret.yaml