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