MCPcopy
hub / github.com/kubernetes/client-go / V1

Method V1

informers/coordination/interface.go:30–30  ·  view source on GitHub ↗

V1 provides access to shared informers for resources in V1.

()

Source from the content-addressed store, hash-verified

28type Interface interface {
29 // V1 provides access to shared informers for resources in V1.
30 V1() v1.Interface
31 // V1beta1 provides access to shared informers for resources in V1beta1.
32 V1beta1() v1beta1.Interface
33}

Callers 2

TestFakeClientFunction · 0.65
ForResourceMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestFakeClientFunction · 0.52