瀏覽代碼

add to clusterexporter

Ajay Tripathy 4 年之前
父節點
當前提交
e225f19439
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)