We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8654920 commit 43dc940Copy full SHA for 43dc940
pkg/synchromanager/clustersynchro/cluster_synchro.go
@@ -604,6 +604,7 @@ func (s *ClusterSynchro) genClusterStatus() *clusterv1alpha2.ClusterStatus {
604
cond.Status = status.Status
605
cond.Reason = status.Reason
606
cond.Message = status.Message
607
+ cond.InitialListPhase = status.InitialListPhase
608
cond.LastTransitionTime = status.LastTransitionTime
609
} else {
610
if cond.Status == "" {
0 commit comments