// CROSS-REFERENCE: Some constants below are duplicated in deploy/snapshot/protocol.
// If you change a value here, update there too.
// Kubernetes labels
KubeLabelIsCheckpointSource="nvidia.com/snapshot-is-checkpoint-source"// Pod label that triggers DaemonSet auto-checkpoint
KubeLabelCheckpointID="nvidia.com/snapshot-checkpoint-id"// Checkpoint identity label; the operator stores the resolved identity hash as the value
KubeLabelIsRestoreTarget="nvidia.com/snapshot-is-restore-target"// Pod label that triggers DaemonSet auto-restore
KubeAnnotationCheckpointArtifactVersion="nvidia.com/snapshot-artifact-version"// Checkpoint artifact generation; changing it triggers a new immutable capture attempt