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

Method CheckRuntimeReady

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

CheckRuntimeReady checks if the runtime is ready

()

Source from the content-addressed store, hash-verified

134
135 // CheckRuntimeReady checks if the runtime is ready
136 CheckRuntimeReady() (ready bool)
137
138 // SyncRuntime syncs the runtime spec
139 SyncRuntime(ctx cruntime.ReconcileRequestContext) (changed bool, err error)

Callers 2

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