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

Interface DataOperatorYamlGenerator

pkg/ddc/base/engine.go:62–64  ·  view source on GitHub ↗

DataOperatorYamlGenerator is the implementation of DataOperator interface for runtime engine using TemplateEngine.

Source from the content-addressed store, hash-verified

60
61// DataOperatorYamlGenerator is the implementation of DataOperator interface for runtime engine using TemplateEngine.
62type DataOperatorYamlGenerator interface {
63 GetDataOperationValueFile(ctx cruntime.ReconcileRequestContext, operation dataoperation.OperationInterface) (valueFileName string, err error)
64}
65
66// Implement is what the real engine should implement if it use the TemplateEngine
67type Implement interface {

Callers 1

Implementers 10

JindoFSxEnginepkg/ddc/jindofsx/engine.go
JindoCacheEnginepkg/ddc/jindocache/engine.go
JuiceFSEnginepkg/ddc/juicefs/engine.go
JindoEnginepkg/ddc/jindo/engine.go
MockImplementpkg/ddc/base/mock/mock_engine.go
GooseFSEnginepkg/ddc/goosefs/engine.go
AlluxioEnginepkg/ddc/alluxio/engine.go
ThinEnginepkg/ddc/thin/engine.go
VineyardEnginepkg/ddc/vineyard/engine.go
EFCEnginepkg/ddc/efc/engine.go

Calls

no outgoing calls

Tested by

no test coverage detected