Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions platform/reference/platform-annotations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,34 @@ Identifies the Kubernetes name associated with the vCluster node.

Indicates the original namespace of an object synced from the vCluster to the host cluster.

## Snapshot and restore {#snapshot-restore}

These labels mark resources used for vCluster backup and restore operations.

### vcluster.loft.sh/snapshot-request {#vcluster-loft-sh-snapshot-request}

**Type:** Label

**Example:** `vcluster.loft.sh/snapshot-request: "true"`

**Used on:** ConfigMap, Secret

**Set by:** Platform

Marks ConfigMaps and Secrets as snapshot request resources for vCluster backup operations.

### vcluster.loft.sh/restore-request {#vcluster-loft-sh-restore-request}

**Type:** Label

**Example:** `vcluster.loft.sh/restore-request: "true"`

**Used on:** ConfigMap, Secret

**Set by:** Platform

Marks ConfigMaps and Secrets as restore request resources for vCluster restore operations.

## Auto sleep configuration {#sleep-mode-configuration}

These annotations configure auto sleep behavior.
Expand Down
Loading