Class V1NodeRuntimeHandlerFeatures

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-23T13:45:08.546919Z[Etc/UTC]") public class V1NodeRuntimeHandlerFeatures extends Object
NodeRuntimeHandlerFeatures is a set of runtime features.
  • Field Details

    • SERIALIZED_NAME_RECURSIVE_READ_ONLY_MOUNTS

      public static final String SERIALIZED_NAME_RECURSIVE_READ_ONLY_MOUNTS
      See Also:
  • Constructor Details

    • V1NodeRuntimeHandlerFeatures

      public V1NodeRuntimeHandlerFeatures()
  • Method Details

    • recursiveReadOnlyMounts

      public V1NodeRuntimeHandlerFeatures recursiveReadOnlyMounts(Boolean recursiveReadOnlyMounts)
    • getRecursiveReadOnlyMounts

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

      public void setRecursiveReadOnlyMounts(Boolean recursiveReadOnlyMounts)
    • 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