File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ package v1alpha1
1818
1919// +kubebuilder:object:generate=false
2020type PodAvailableConditions struct {
21- ExpectedFinalizers [ ]string `json:"expectedFinalizers,omitempty"` // indicate the expected finalizers of a pod
21+ ExpectedFinalizers map [ string ]string `json:"expectedFinalizers,omitempty"` // indicate the expected finalizers of a pod
2222}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package v1alpha1
1818
1919// pod ops lifecyle labels
2020const (
21- ControlledByPodOpsLifecycle = "podopslifecycle. kusionstack.io/control" // indicate a pod is controlled by podopslifecycle
21+ ControlledByKusionStackLabelKey = "kusionstack.io/control"
2222
2323 PodOperatingLabelPrefix = "operating.podopslifecycle.kusionstack.io" // indicate a pod is operating
2424 PodOperationTypeLabelPrefix = "operation-type.podopslifecycle.kusionstack.io" // indicate the type of operation
You can’t perform that action at this time.
0 commit comments