Class V1AttachedVolume

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-18T15:05:57.863601Z[Etc/UTC]") public class V1AttachedVolume extends Object
AttachedVolume describes a volume attached to a node
  • Field Details

  • Constructor Details

    • V1AttachedVolume

      public V1AttachedVolume()
  • Method Details

    • devicePath

      public V1AttachedVolume devicePath(String devicePath)
    • getDevicePath

      public String getDevicePath()
      DevicePath represents the device path where the volume should be available
      Returns:
      devicePath
    • setDevicePath

      public void setDevicePath(String devicePath)
    • name

      public V1AttachedVolume name(String name)
    • getName

      public String getName()
      Name of the attached volume
      Returns:
      name
    • setName

      public void setName(String name)
    • 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