Explorar o código

add to clusterexporter

Ajay Tripathy %!s(int64=4) %!d(string=hai) anos
pai
achega
e225f19439
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)