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 NodeRuntimeHandlerFeaturesBuilder
edit()
Map<String,Object>
getAdditionalProperties()
Boolean
getRecursiveReadOnlyMounts()
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.Boolean
getUserNamespaces()
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setRecursiveReadOnlyMounts(Boolean recursiveReadOnlyMounts)
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.void
setUserNamespaces(Boolean userNamespaces)
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.NodeRuntimeHandlerFeaturesBuilder
toBuilder()
-
-
-
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:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<NodeRuntimeHandlerFeaturesBuilder>
-
toBuilder
public NodeRuntimeHandlerFeaturesBuilder toBuilder()
-
-