NodeRuntimeHandlerFeaturesArgs

data class NodeRuntimeHandlerFeaturesArgs(val recursiveReadOnlyMounts: Output<Boolean>? = null, val userNamespaces: Output<Boolean>? = null) : ConvertibleToJava<NodeRuntimeHandlerFeaturesArgs>

NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.

Constructors

Link copied to clipboard
constructor(recursiveReadOnlyMounts: Output<Boolean>? = null, userNamespaces: Output<Boolean>? = null)

Properties

Link copied to clipboard
val recursiveReadOnlyMounts: Output<Boolean>? = null

RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.

Link copied to clipboard
val userNamespaces: Output<Boolean>? = null

UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.

Functions

Link copied to clipboard
open override fun toJava(): NodeRuntimeHandlerFeaturesArgs