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

Method Delete

internal/olm/client/client_test.go:388–390  ·  view source on GitHub ↗
(ctx context.Context, obj client.Object, opts ...client.DeleteOption)

Source from the content-addressed store, hash-verified

386}
387
388func (c *errClient) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error {
389 return c.cli.Delete(ctx, obj, opts...)
390}
391
392func (c *errClient) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) error {
393 return c.cli.Update(ctx, obj, opts...)

Callers 9

suite_test.goFile · 0.45
cluster_test.goFile · 0.45
cluster_test.goFile · 0.45
deleteConfigMapMethod · 0.45
DoDeleteMethod · 0.45
deleteObjectsMethod · 0.45
deleteRegistryPodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected