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