diff --git a/apps/v1alpha1/well_known_labels.go b/apps/v1alpha1/well_known_labels.go index 218ae9f..3d70d4a 100644 --- a/apps/v1alpha1/well_known_labels.go +++ b/apps/v1alpha1/well_known_labels.go @@ -93,6 +93,9 @@ const ( // PvcTemplateHashLabelKey is used to attach hash of pvc template to pvc resource PvcTemplateHashLabelKey = "collaset.kusionstack.io/pvc-template-hash" + + // PodOrphanedIndicateLabelKey indicates pod or pvc is orphaned + PodOrphanedIndicateLabelKey = "collaset.kusionstack.io/orphaned" ) // PodDecoration labels