Package io.fabric8.kubernetes.api.model
Class NodeRuntimeHandlerFeatures
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.NodeRuntimeHandlerFeatures
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NodeRuntimeHandlerFeaturesBuilder>,KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NodeRuntimeHandlerFeatures extends Object implements io.fabric8.kubernetes.api.builder.Editable<NodeRuntimeHandlerFeaturesBuilder>, KubernetesResource
NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeRuntimeHandlerFeatures()No args constructor for use in serializationNodeRuntimeHandlerFeatures(Boolean recursiveReadOnlyMounts, Boolean userNamespaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeRuntimeHandlerFeaturesBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetRecursiveReadOnlyMounts()RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.BooleangetUserNamespaces()UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetRecursiveReadOnlyMounts(Boolean recursiveReadOnlyMounts)RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.voidsetUserNamespaces(Boolean userNamespaces)UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.NodeRuntimeHandlerFeaturesBuildertoBuilder()
-
-
-
Method Detail
-
getRecursiveReadOnlyMounts
public Boolean getRecursiveReadOnlyMounts()
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
-
setRecursiveReadOnlyMounts
public void setRecursiveReadOnlyMounts(Boolean recursiveReadOnlyMounts)
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
-
getUserNamespaces
public Boolean getUserNamespaces()
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
-
setUserNamespaces
public void setUserNamespaces(Boolean userNamespaces)
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
-
edit
public NodeRuntimeHandlerFeaturesBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NodeRuntimeHandlerFeaturesBuilder>
-
toBuilder
public NodeRuntimeHandlerFeaturesBuilder toBuilder()
-
-