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

Struct clusterPlan

controllers/apps/cluster/cluster_plan_builder.go:78–83  ·  view source on GitHub ↗

clusterPlan a graph.Plan implementation for Cluster reconciliation

Source from the content-addressed store, hash-verified

76
77// clusterPlan a graph.Plan implementation for Cluster reconciliation
78type clusterPlan struct {
79 dag *graph.DAG
80 walkFunc graph.WalkFunc
81 cli client.Client
82 transCtx *clusterTransformContext
83}
84
85var _ graph.TransformContext = &clusterTransformContext{}
86var _ graph.PlanBuilder = &clusterPlanBuilder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected