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

Method Status

pkg/controller/model/graph_client.go:119–121  ·  view source on GitHub ↗
(dag *graph.DAG, objOld, objNew client.Object, opts ...GraphOption)

Source from the content-addressed store, hash-verified

117}
118
119func (r *realGraphClient) Status(dag *graph.DAG, objOld, objNew client.Object, opts ...GraphOption) {
120 r.doWrite(dag, objOld, objNew, ActionStatusPtr(), opts...)
121}
122
123func (r *realGraphClient) Do(dag *graph.DAG, objOld, objNew client.Object, action *Action, parent *ObjectVertex, opts ...GraphOption) *ObjectVertex {
124 if dag.Root() == nil {

Callers

nothing calls this directly

Calls 2

doWriteMethod · 0.95
ActionStatusPtrFunction · 0.85

Tested by

no test coverage detected