Geert-Johan Riemer

Results 53 issues of Geert-Johan Riemer

Sorry for having two features in one PR. The second feature requires the first one. I have added a wrapper for simple HTTP GET's: HTTPGetString(url string) returns the HTTP GET...

I thought Gododir would become a package providing `func Tasks(p *Project)` as the main entry point; dropping the need for a Godofile.go and allowing the user to split functionality/tasks across...

I'm running the collector as a sidecar container in a zalando/postgres-operator managed postgres cluster. It seems that the reported machine specs (cpu, memory) are those of the host. I think...

In newer versions of kuberenetes, the Deployment and DaemonSet kinds are not part of apiVersion `extensions/v1beta1` but have been moved to `apps/v1`. The chart doesn't work without modification to the...

Thanks for this awesome project! By making annotations an empty map, it still clasified as empty in the if/else in ingress.yaml, but allows a user to add values using `--set`....

It looks like [oneof](https://developers.google.com/protocol-buffers/docs/proto3#oneof) is not supported. The JSON doesn't seem to be marshalled onto the oneof structure correctly. The oneof is ofcourse defined as interface field using the is_...

I've found a way to get oneof working. Fixes #10. 1) Move to [jsonpb](https://github.com/golang/protobuf/tree/master/jsonpb) ([godoc](https://godoc.org/github.com/golang/protobuf/jsonpb)) 2) Use standard protobuf go generator instead of gogo, otherwise `jsonpb` won't detect the oneof...

I came across this while using the hover container, needs proper testing though, so PR in WIP.