File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -687,6 +687,34 @@ Identifies the Kubernetes name associated with the vCluster node.
687687
688688Indicates the original namespace of an object synced from the vCluster to the host cluster.
689689
690+ ## Snapshot and restore { #snapshot - restore }
691+
692+ These labels mark resources used for vCluster backup and restore operations.
693+
694+ ### vcluster.loft.sh/snapshot-request { #vcluster - loft - sh - snapshot - request }
695+
696+ **Type:** Label
697+
698+ **Example:** `vcluster.loft.sh/snapshot-request: " true" `
699+
700+ **Used on:** ConfigMap, Secret
701+
702+ **Set by:** Platform
703+
704+ Marks ConfigMaps and Secrets as snapshot request resources for vCluster backup operations.
705+
706+ ### vcluster.loft.sh/restore-request { #vcluster - loft - sh - restore - request }
707+
708+ **Type:** Label
709+
710+ **Example:** `vcluster.loft.sh/restore-request: " true" `
711+
712+ **Used on:** ConfigMap, Secret
713+
714+ **Set by:** Platform
715+
716+ Marks ConfigMaps and Secrets as restore request resources for vCluster restore operations.
717+
690718## Auto sleep configuration { #sleep - mode - configuration }
691719
692720These annotations configure auto sleep behavior.
You can’t perform that action at this time.
0 commit comments