Skip to content

issues Search Results · repo:kubernetes/client-go language:Go

Filter by

1k results
 (76 ms)

1k results

inkubernetes/client-go (press backspace or delete to remove)

I m building a small application that uses the dynamic client to interact with some custom resources, and I want to write a test suite for it. However, I m struggling to make it work when I put *unstructured.Unstructured ...
  • tomasaschan
  • 1
  • Opened 
    11 days ago
  • #1407

We are trying to upgrade our Argo events and workflows to the latest versions 1.9.5 3.6.2 and controller manager seems to be logging the below error stack message during the startup. Is this expected ? ...
  • pavan302-git
  • Opened 
    26 days ago
  • #1406

Problem The client allows to supply a logger through a configuration wrapper over the round trip transport, meaning it is possible to setup custom logging messages around the requests. However, it does ...
  • gdbranco
  • 2
  • Opened 
    28 days ago
  • #1405

Problem: The leader election acquisition loops currently attempts indefinitely to acquire a leader, even if the cluster is unreachable. Proposed Solution: We should introduce a configurable timeout ...
  • sarthakkothari
  • Opened 
    on Feb 4
  • #1404

Currently if we would like to have an automated cleanup of leases, the only way is to The code is here https://github.com/kubernetes/client-go/blob/ce24f3c462e8e98af9d79453327a77ffdc4a8b0e/tools/leaderelection/resourcelock/interface.go#L104C2-L111C3 ...
  • ivankatliarchuk
  • Opened 
    on Jan 26
  • #1403

It would be useful to be able to, for example, have a: func (b *ConfigMapApplyConfiguration) Object() *apicorev1.ConfigMap the naming doesn t matter. I think but am not positive that these methods could ...
  • mmonaco
  • Opened 
    on Jan 21
  • #1402

when I use helm(v3.13.3)and client-go( 0.28.4) when somehow get snapshot.storage.k8s.io/v1 from /apis , but when call xxx.snapshot.storage.k8s.io/v1 , k8s return 404 in this case , client-go may call ...
  • WeiYongqiang55
  • 1
  • Opened 
    on Jan 21
  • #1401

Hi, I added a taint to node using kubeClient.CoreV1().Nodes().Update(), but cannot remove this taint by the same way. Here the code to remove taint. `currentNode:= kubeClient.CoreV1().Nodes().Get(xx) ...
  • wennicky
  • Opened 
    on Jan 21
  • #1400

This CVE was opened about 3 weeks ago against golang.org/x/net. The issue was fixed in 0.33.0. Is it possible to get a release of client-go that uses that version soon?
  • lewijw
  • 4
  • Opened 
    on Jan 6
  • #1399

I have the below code in a test function // Mock Kubernetes client k8sClient := fake.NewClientset() // Mock service account serviceAccountName := test-service-account namespace := test-namespace ...
  • gdasson
  • Opened 
    on Dec 23, 2024
  • #1396
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub