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

Struct realGraphClient

pkg/controller/model/graph_client.go:77–79  ·  view source on GitHub ↗

TODO(free6om): make DAG a member of realGraphClient

Source from the content-addressed store, hash-verified

75
76// TODO(free6om): make DAG a member of realGraphClient
77type realGraphClient struct {
78 client.Reader
79}
80
81func (r *realGraphClient) Root(dag *graph.DAG, objOld, objNew client.Object, action *Action) {
82 var root *ObjectVertex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected