k8s icon indicating copy to clipboard operation
k8s copied to clipboard

A simple Kubernetes Go client

Results 16 k8s issues
Sort by recently updated
recently updated
newest added

I wanted to update to use a more up to date API version. This client is still useful since its a bit slimmer than the standard k8s client. If there...

The latest release is v1.2.0 ( on 23 Aug 2018 ) and it has not got all the master changes. Is it possible to create a new release with all...

Hello, We have been using the client for the last few months without problem until we had to update protobuf to be able to use the https://github.com/google/go-containerregistry project. This leads...

Not sure it is K8s doing it or something in the package. When watch resource like validatingwebhookconfiguration, it return from the watch.Next with EOF every 40 min , but if...

While using the watch API it is possible to see a lot of io.EOF errors. It was not obvious to me that would be the case in the watch documentation....

This is not an issue report, but a question. I'm implementing a piece of code which retrieves the list of nodes and list of pods, and then based on some...

`config.go` is copied from `client-go/tools/clientcmd/api/v1/types.go`, and then modified a bit to kinda-sorta make `gopkg.in/yaml.v2` happy (modified in #71 for #60, but still kinda broken #81). Since it's still broken with...

How do I set “name” path parameter for endpoint watch in GET /api/v1/watch/namespaces/{namespace}/endpoints/{name} - https://v1-9.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.9/#watch-145 The current api for watch does not have a “name” parameter for the service in...