package
1.0.1
Repository: https://github.com/fluid-cloudnative/fluid.git
Documentation: pkg.go.dev

# Interfaces

MutatingHandler defines the interface for mutating a pod, implementations should be thread(goroutine) safe.
RegistryHandler record the active plugins including two kinds: plugins for pod with no dataset mounted and with dataset mounted.

# Type aliases

HandlerFactory is a function that builds a MutatingHandler.
No description provided by the author