File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ const (
52
52
53
53
// PodServiceAvailableLabel indicates a pod is available to serve
54
54
PodServiceAvailableLabel = "podopslifecycle.kusionstack.io/service-available"
55
+ PodPreCheckLabel = "podopslifecycle.kusionstack.io/pre-checking"
56
+ PodPreparingLabel = "podopslifecycle.kusionstack.io/preparing"
57
+ PodOperatingLabel = "podopslifecycle.kusionstack.io/operating"
58
+ PodPostCheckLabel = "podopslifecycle.kusionstack.io/post-checking"
59
+ PodCompletingLabel = "podopslifecycle.kusionstack.io/completing"
60
+ PodCreatingLabel = "podopslifecycle.kusionstack.io/creating"
61
+
55
62
// PodStayOfflineLabel indicates a pod is not ready and available to serve
56
63
PodStayOfflineLabel = "podopslifecycle.kusionstack.io/stay-offline"
57
64
PodPreparingDeleteLabel = "podopslifecycle.kusionstack.io/preparing-to-delete"
You can’t perform that action at this time.
0 commit comments