Class V1NodeRuntimeHandlerFeatures

java.lang.Object
io.kubernetes.client.openapi.models.V1NodeRuntimeHandlerFeatures

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-20T20:47:13.890592Z[Etc/UTC]", comments="Generator version: 7.13.0") public class V1NodeRuntimeHandlerFeatures extends Object
NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.
  • Field Details

    • SERIALIZED_NAME_RECURSIVE_READ_ONLY_MOUNTS

      public static final String SERIALIZED_NAME_RECURSIVE_READ_ONLY_MOUNTS
      See Also:
    • SERIALIZED_NAME_USER_NAMESPACES

      public static final String SERIALIZED_NAME_USER_NAMESPACES
      See Also:
    • openapiFields

      public static HashSet<String> openapiFields
    • openapiRequiredFields

      public static HashSet<String> openapiRequiredFields
  • Constructor Details

    • V1NodeRuntimeHandlerFeatures

      public V1NodeRuntimeHandlerFeatures()
  • Method Details

    • recursiveReadOnlyMounts

      public V1NodeRuntimeHandlerFeatures recursiveReadOnlyMounts(@Nullable Boolean recursiveReadOnlyMounts)
    • getRecursiveReadOnlyMounts

      @Nullable public Boolean getRecursiveReadOnlyMounts()
      RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
      Returns:
      recursiveReadOnlyMounts
    • setRecursiveReadOnlyMounts

      public void setRecursiveReadOnlyMounts(@Nullable Boolean recursiveReadOnlyMounts)
    • userNamespaces

      public V1NodeRuntimeHandlerFeatures userNamespaces(@Nullable Boolean userNamespaces)
    • getUserNamespaces

      @Nullable public Boolean getUserNamespaces()
      UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
      Returns:
      userNamespaces
    • setUserNamespaces

      public void setUserNamespaces(@Nullable Boolean userNamespaces)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to V1NodeRuntimeHandlerFeatures
    • fromJson

      public static V1NodeRuntimeHandlerFeatures fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of V1NodeRuntimeHandlerFeatures to an JSON string
      Returns:
      JSON string