Add time trigger cron spec examination tool (#680)

This commit is contained in:
Ta-Ching Chen
2018-06-04 19:02:54 +08:00
committed by GitHub
parent 7a7d15b50c
commit 0057270551
8 changed files with 133 additions and 40 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ func writeSecretOrConfigMap(dataMap map[string][]byte, dirPath string) error {
func (fetcher *Fetcher) VersionHandler(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "application/json; charset=utf-8")
fmt.Fprintf(w, fission.VersionInfo().String())
fmt.Fprintf(w, fission.BuildInfo().String())
}
func (fetcher *Fetcher) FetchHandler(w http.ResponseWriter, r *http.Request) {