We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229993d commit 2f77cb8Copy full SHA for 2f77cb8
src/main.go
@@ -124,6 +124,7 @@ func initRouting() {
124
//http.HandleFunc("/static/ansible.tar.bz2", osReleaseHandler.HandleAnsible)
125
http.HandleFunc("/os-release", osReleaseHandler.HandleOsRelease)
126
http.HandleFunc("/package-version", PackageHandler.HandlePackage)
127
+ http.HandleFunc("/helm-cluster", kubeClusterHandler.HandleKubernetesCluster)
128
http.HandleFunc("/healthcheck", func(w http.ResponseWriter, r *http.Request) {
129
w.WriteHeader(http.StatusOK)
130
w.Write([]byte("OK"))
0 commit comments