Skip to content

Commit 43dc940

Browse files
committed
fix the initial list phase of resource sync status
Signed-off-by: scydas <[email protected]> Signed-off-by: scydas <[email protected]>
1 parent 8654920 commit 43dc940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/synchromanager/clustersynchro/cluster_synchro.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ func (s *ClusterSynchro) genClusterStatus() *clusterv1alpha2.ClusterStatus {
604604
cond.Status = status.Status
605605
cond.Reason = status.Reason
606606
cond.Message = status.Message
607+
cond.InitialListPhase = status.InitialListPhase
607608
cond.LastTransitionTime = status.LastTransitionTime
608609
} else {
609610
if cond.Status == "" {

0 commit comments

Comments
 (0)