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

Method Get

internal/controller/runtime/client.go:66–68  ·  view source on GitHub ↗
(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption)

Source from the content-addressed store, hash-verified

64}
65
66func (fn ClientGet) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error {
67 return fn(ctx, key, obj, opts...)
68}
69
70func (fn ClientList) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error {
71 return fn(ctx, list, opts...)

Calls

no outgoing calls