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

Method List

dynamic/interface.go:38–38  ·  view source on GitHub ↗
(opts metav1.ListOptions)

Source from the content-addressed store, hash-verified

36 DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
37 Get(name string, options metav1.GetOptions, subresources ...string) (*unstructured.Unstructured, error)
38 List(opts metav1.ListOptions) (*unstructured.UnstructuredList, error)
39 Watch(opts metav1.ListOptions) (watch.Interface, error)
40 Patch(name string, pt types.PatchType, data []byte, options metav1.PatchOptions, subresources ...string) (*unstructured.Unstructured, error)
41}

Callers 3

TestListFunction · 0.65
ListMethod · 0.65
TestListFunction · 0.65

Implementers 15

podDisruptionBudgetskubernetes/typed/policy/v1beta1/poddis
FakePodDisruptionBudgetskubernetes/typed/policy/v1beta1/fake/f
podskubernetes/typed/core/v1/pod.go
nodeskubernetes/typed/core/v1/node.go
resourceQuotaskubernetes/typed/core/v1/resourcequota
replicationControllerskubernetes/typed/core/v1/replicationco
persistentVolumeClaimskubernetes/typed/core/v1/persistentvol
persistentVolumeskubernetes/typed/core/v1/persistentvol
FakePersistentVolumeClaimskubernetes/typed/core/v1/fake/fake_per
FakePodskubernetes/typed/core/v1/fake/fake_pod
FakePersistentVolumeskubernetes/typed/core/v1/fake/fake_per
FakeNodeskubernetes/typed/core/v1/fake/fake_nod

Calls

no outgoing calls

Tested by 2

TestListFunction · 0.52
TestListFunction · 0.52