MCPcopy Index your code
hub / github.com/apache/doris-operator / Controller

Struct Controller

pkg/controller/sub_controller/fe/controller.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type Controller struct {
33 sub_controller.SubDefaultController
34}
35
36func (fc *Controller) ClearResources(ctx context.Context, cluster *v1.DorisCluster) (bool, error) {
37 //if the doris is not have fe.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected