client-go
client-go copied to clipboard
Go client for Kubernetes.
I'd like to enable the ability to use the default implementation of "recordToSink", but wrapped around a wait group so I can wait for the records to be sent off...
I'm working with the gke cluster and have got a warning for any kubectl command. ``` W0509 17:55:55.415853 113282 gcp.go:120] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable...
Hello,this error is continuously recorded in logs of the customized operator.What's going on? I0429 15:21:41.748876 1 reflector.go:255] Listing and watching *v1.ConfigMap from k8s.io/[email protected]/tools/cache/reflector.go:167 E0429 15:21:41.752587 1 reflector.go:138] k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to...
I want pod ADD events after a specified `ResourceVersion`, but `NewFilteredListWatchFromClient` yields pod ADD events from the "beginning of time" _**Basically, I only want to be notified of pods being...
Hello, this is more support question that a bug (i hope so). I'm using client-go in small app that calls cluster API and checks nodes in NotReady state (like cloud-provider...
If we back off to go 1.17.9, everything works fine. Are there known interoperability issues with the new major release of go and older versions of the kube go client?...
Looks like in https://github.com/kubernetes/kubernetes/issues/18174 theres alot of churn around the fact that we cant loadbalance APIServers for client-go. Can we support this ? i.e. change ``` type Config struct {...
https://github.com/kubernetes/client-go/blob/master/util/workqueue/delaying_queue.go Case: 1. Deployment with ProgressDeadlineSeconds=600 is using AddAfter to be synced after 600s so we can check if it has progressed or not. 2. If the Deployment progresses in...
Client-go needs backwards compatibility test, i.e, checking if a PR changes the public interfaces of client-go. The benefits are: * Ensuring release-note is added if a PR has backwards incompatible...
Please see: https://github.com/kubernetes/kubernetes/tree/master/third_party/forked/golang