Kaynağa Gözat

add to clusterexporter

Ajay Tripathy 4 yıl önce
ebeveyn
işleme
e225f19439
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      pkg/clustercache/clusterexporter.go

+ 1 - 0
pkg/clustercache/clusterexporter.go

@@ -104,6 +104,7 @@ func (ce *ClusterExporter) Export() error {
 		Jobs:                     c.GetAllJobs(),
 		HorizontalPodAutoscalers: c.GetAllHorizontalPodAutoscalers(),
 		PodDisruptionBudgets:     c.GetAllPodDisruptionBudgets(),
+		ReplicationControllers:   c.GetAllReplicationControllers(),
 	}
 
 	data, err := json.Marshal(encoding)