MCPcopy
hub / github.com/fluid-cloudnative/fluid / dataLoadOperation

Struct dataLoadOperation

pkg/controllers/v1alpha1/dataload/implement.go:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39)
40
41type dataLoadOperation struct {
42 client.Client
43 Log logr.Logger
44 Recorder record.EventRecorder
45
46 dataLoad *datav1alpha1.DataLoad
47}
48
49var _ dataoperation.OperationInterface = &dataLoadOperation{}
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected