MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / List

Method List

internal/controller/runtime/client.go:70–72  ·  view source on GitHub ↗
(ctx context.Context, list client.ObjectList, opts ...client.ListOption)

Source from the content-addressed store, hash-verified

68}
69
70func (fn ClientList) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error {
71 return fn(ctx, list, opts...)
72}
73
74func (fn ClientPatch) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) error {
75 return fn(ctx, obj, patch, opts...)

Callers 15

observeWorldMethod · 0.80
TestNewObservedInstancesFunction · 0.80
TestDeleteInstanceFunction · 0.80
setupKubernetesFunction · 0.80
TestReconcilePGBackRestFunction · 0.80

Calls

no outgoing calls