Running collectors without the CRD

This commit is contained in:
Marc Campbell
2019-07-18 02:01:30 +00:00
parent e3b1a9a1d5
commit df4edcb80d
25 changed files with 845 additions and 135 deletions

View File

@@ -3,7 +3,6 @@ package server
import (
"context"
"encoding/base64"
"fmt"
"io/ioutil"
"net/http"
@@ -36,8 +35,6 @@ func putCollectorOutput(c *gin.Context) {
}
collectorQueue[collectorID] = body
fmt.Printf("collectorQueue = %#v\n", collectorQueue)
c.Status(201)
}