Class V1NodeRuntimeHandlerFeatures
java.lang.Object
io.kubernetes.client.openapi.models.V1NodeRuntimeHandlerFeatures
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-23T13:45:09.091597Z[Etc/UTC]")
public class V1NodeRuntimeHandlerFeatures
extends Object
NodeRuntimeHandlerFeatures is a set of runtime features.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic V1NodeRuntimeHandlerFeaturesCreate an instance of V1NodeRuntimeHandlerFeatures given an JSON stringRecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.inthashCode()recursiveReadOnlyMounts(Boolean recursiveReadOnlyMounts) voidsetRecursiveReadOnlyMounts(Boolean recursiveReadOnlyMounts) toJson()Convert an instance of V1NodeRuntimeHandlerFeatures to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_RECURSIVE_READ_ONLY_MOUNTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1NodeRuntimeHandlerFeatures
public V1NodeRuntimeHandlerFeatures()
-
-
Method Details
-
recursiveReadOnlyMounts
-
getRecursiveReadOnlyMounts
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.- Returns:
- recursiveReadOnlyMounts
-
setRecursiveReadOnlyMounts
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to V1NodeRuntimeHandlerFeatures
-
fromJson
Create an instance of V1NodeRuntimeHandlerFeatures given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of V1NodeRuntimeHandlerFeatures
- Throws:
IOException- if the JSON string is invalid with respect to V1NodeRuntimeHandlerFeatures
-
toJson
Convert an instance of V1NodeRuntimeHandlerFeatures to an JSON string- Returns:
- JSON string
-