mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
fix non-gofmt'd things
This commit is contained in:
@@ -172,7 +172,7 @@ func (s *Server) handleContainerLogs(w http.ResponseWriter, req *http.Request) {
|
||||
http.Error(w, `{"message": "Missing container name."}`, http.StatusBadRequest)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
uriValues := u.Query()
|
||||
follow, _ := strconv.ParseBool(uriValues.Get("follow"))
|
||||
tail := uriValues.Get("tail")
|
||||
|
||||
Reference in New Issue
Block a user