Skip to content

Commit

Permalink
Merge pull request #25 from KusionStack/ex-include-pod-api
Browse files Browse the repository at this point in the history
feat: add orhan label for CollaSet exclude an include
  • Loading branch information
Eikykun authored Oct 29, 2024
2 parents 08041ac + 2e8ddba commit eb39b93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/v1alpha1/well_known_labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb39b93

Please sign in to comment.