Skip to content

Commit fa3dd41

Browse files
loft-botPiotr1215
andauthored
chore: update platform annotations reference with undocumented entries (#2153)
Co-authored-by: Piotr1215 <8086638+Piotr1215@users.noreply.github.com>
1 parent 04f7cf3 commit fa3dd41

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

platform/reference/platform-annotations.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,34 @@ Identifies the Kubernetes name associated with the vCluster node.
687687

688688
Indicates 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

692720
These annotations configure auto sleep behavior.

0 commit comments

Comments
 (0)