fix
This commit is contained in:
		
							parent
							
								
									9f9e841bf3
								
							
						
					
					
						commit
						75218fec34
					
				|  | @ -10,7 +10,7 @@ type controllerStatus struct { | ||||||
| 	ControllerConfig Config | 	ControllerConfig Config | ||||||
| 	OperatorConfig   config.Config | 	OperatorConfig   config.Config | ||||||
| 	LastSyncTime     int64 | 	LastSyncTime     int64 | ||||||
| 	ClustersRunning  int | 	Clusters  int | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type clusterStatus struct { | type clusterStatus struct { | ||||||
|  | @ -49,6 +49,6 @@ func (c *Controller) Status() interface{} { | ||||||
| 		ControllerConfig: c.config, | 		ControllerConfig: c.config, | ||||||
| 		OperatorConfig:   *c.opConfig, | 		OperatorConfig:   *c.opConfig, | ||||||
| 		LastSyncTime:     c.lastClusterSyncTime, | 		LastSyncTime:     c.lastClusterSyncTime, | ||||||
| 		ClustersRunning:  len(c.clusters), | 		Clusters:  len(c.clusters), | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue