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

Method Get

dynamic/interface.go:37–37  ·  view source on GitHub ↗
(name string, options metav1.GetOptions, subresources ...string)

Source from the content-addressed store, hash-verified

35 Delete(name string, options *metav1.DeleteOptions, subresources ...string) error
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)

Callers 14

TestGetFunction · 0.65
TestPatchFunction · 0.65
GetMethod · 0.65
ServerGroupsMethod · 0.65
ServerVersionMethod · 0.65
OpenAPISchemaMethod · 0.65
openapiSchemaFakeServerFunction · 0.65
ServerVersionMethod · 0.65
GetMethod · 0.65
ListMethod · 0.65
WatchMethod · 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 5

TestGetFunction · 0.52
TestPatchFunction · 0.52
openapiSchemaFakeServerFunction · 0.52
TestGetFunction · 0.52
TestPatchFunction · 0.52