Skip to content

Commit

Permalink
enhancement: correct labels (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu8685 committed Aug 21, 2023
1 parent 89c4df9 commit f8babd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apis/apps/v1alpha1/well_known_labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ const (
PodCompleteLabelPrefix = "complete.podopslifecycle.kusionstack.io" // indicate a pod has finished all phases

PodServiceAvailableLabel = "podopslifecycle.kusionstack.io/service-available" // indicate a pod is available to serve
PodInstanceIDLabelKey = "podopslifecycle.kusionstack.io/pod-instance-id"
PodDeletionIndicationLabelKey = "podopslifecycle.kusionstack.io/to-delete" // Users can use this label to indicate a pod to delete
PodDeletionIndicationLabelKey = "podopslifecycle.kusionstack.io/to-delete" // users can use this label to indicate a pod to delete

PodInstanceIDLabelKey = "collaset.kusionstack.io/instance-id" // used to attach Pod instance ID on Pod
)

const (
Expand Down

0 comments on commit f8babd9

Please sign in to comment.