Class V1NodeRuntimeHandlerFeatures
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NodeRuntimeHandlerFeatures
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1NodeRuntimeHandlerFeatures
extends Object
NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.int
hashCode()
recursiveReadOnlyMounts
(Boolean recursiveReadOnlyMounts) Set recursiveReadOnlyMounts in a chainable fashion.void
setRecursiveReadOnlyMounts
(Boolean recursiveReadOnlyMounts) Set the recursiveReadOnlyMounts property valuevoid
setUserNamespaces
(Boolean userNamespaces) Set the userNamespaces property valuetoString()
userNamespaces
(Boolean userNamespaces) Set userNamespaces in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_RECURSIVE_READ_ONLY_MOUNTS
- See Also:
-
JSON_PROPERTY_USER_NAMESPACES
- See Also:
-
-
Constructor Details
-
V1NodeRuntimeHandlerFeatures
public V1NodeRuntimeHandlerFeatures()
-
-
Method Details
-
getRecursiveReadOnlyMounts
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.- Returns:
- the recursiveReadOnlyMounts property value
-
setRecursiveReadOnlyMounts
Set the recursiveReadOnlyMounts property value- Parameters:
recursiveReadOnlyMounts
- property value to set
-
recursiveReadOnlyMounts
Set recursiveReadOnlyMounts in a chainable fashion.- Returns:
- The same instance of V1NodeRuntimeHandlerFeatures for chaining.
-
getUserNamespaces
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.- Returns:
- the userNamespaces property value
-
setUserNamespaces
Set the userNamespaces property value- Parameters:
userNamespaces
- property value to set
-
userNamespaces
Set userNamespaces in a chainable fashion.- Returns:
- The same instance of V1NodeRuntimeHandlerFeatures for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-