Node Runtime Handler Features
data class NodeRuntimeHandlerFeatures(val recursiveReadOnlyMounts: Boolean? = null, val userNamespaces: Boolean? = null)
NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.