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

Method FindAll

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

FindAll finds all objects that have same type with obj in the underlying DAG. obey the GraphOption if provided.

(dag *graph.DAG, obj interface{}, opts ...GraphOption)

Source from the content-addressed store, hash-verified

63 // FindAll finds all objects that have same type with obj in the underlying DAG.
64 // obey the GraphOption if provided.
65 FindAll(dag *graph.DAG, obj interface{}, opts ...GraphOption) []client.Object
66
67 // FindMatchedVertex finds the matched vertex in the underlying DAG.
68 FindMatchedVertex(dag *graph.DAG, object client.Object) graph.Vertex

Implementers 1

realGraphClientpkg/controller/model/graph_client.go

Calls

no outgoing calls

Tested by

no test coverage detected