# 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