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

Method Delete

internal/controller/runtime/client.go:58–60  ·  view source on GitHub ↗
(ctx context.Context, obj client.Object, opts ...client.DeleteOption)

Source from the content-addressed store, hash-verified

56}
57
58func (fn ClientDelete) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error {
59 return fn(ctx, obj, opts...)
60}
61
62func (fn ClientDeleteAll) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error {
63 return fn(ctx, obj, opts...)

Calls

no outgoing calls