Explorar o código

more accurate name

AjayTripathy %!s(int64=6) %!d(string=hai) anos
pai
achega
199f9a938e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -549,7 +549,7 @@ func main() {
 	router.GET("/validatePrometheus", a.GetPrometheusMetadata)
 	router.GET("/managementPlatform", a.ManagementPlatform)
 	router.GET("/clusterInfo", a.ClusterInfo)
-	router.GET("/podUptimes", a.PodUptimes)
+	router.GET("/containerUptimes", a.containerUptimes)
 
 	rootMux := http.NewServeMux()
 	rootMux.Handle("/", router)