| 30 | ) |
| 31 | |
| 32 | type Controller struct { |
| 33 | sub_controller.SubDefaultController |
| 34 | } |
| 35 | |
| 36 | func (fc *Controller) ClearResources(ctx context.Context, cluster *v1.DorisCluster) (bool, error) { |
| 37 | //if the doris is not have fe. |
nothing calls this directly
no outgoing calls
no test coverage detected