MCPcopy
hub / github.com/operator-framework/operator-sdk / Get

Method Get

internal/olm/client/client_test.go:361–363  ·  view source on GitHub ↗
(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption)

Source from the content-addressed store, hash-verified

359}
360
361func (c *errClient) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error {
362 return c.cli.Get(ctx, key, obj, opts...)
363}
364
365func (c *errClient) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error {
366 return c.cli.List(ctx, list, opts...)

Callers 15

ReconcileMethod · 0.45
ReconcileMethod · 0.45
cluster_test.goFile · 0.45
cluster_test.goFile · 0.45
InstallPrerequisitesMethod · 0.45
waitForTestToCompleteMethod · 0.45
GetObjectsStatusMethod · 0.45
client_test.goFile · 0.45
DoDeleteMethod · 0.45
DoRolloutWaitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected