MCPcopy
hub / github.com/apecloud/kubeblocks / Delete

Method Delete

pkg/controller/model/graph_client.go:115–117  ·  view source on GitHub ↗
(dag *graph.DAG, obj client.Object, opts ...GraphOption)

Source from the content-addressed store, hash-verified

113}
114
115func (r *realGraphClient) Delete(dag *graph.DAG, obj client.Object, opts ...GraphOption) {
116 r.doWrite(dag, nil, obj, ActionDeletePtr(), opts...)
117}
118
119func (r *realGraphClient) Status(dag *graph.DAG, objOld, objNew client.Object, opts ...GraphOption) {
120 r.doWrite(dag, objOld, objNew, ActionStatusPtr(), opts...)

Callers

nothing calls this directly

Calls 2

doWriteMethod · 0.95
ActionDeletePtrFunction · 0.85

Tested by

no test coverage detected