Class V1VolumeMountStatus

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VolumeMountStatus

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1VolumeMountStatus extends Object
VolumeMountStatus shows status of volume mounts.
  • Field Details

  • Constructor Details

    • V1VolumeMountStatus

      public V1VolumeMountStatus(String mountPath, String name)
  • Method Details

    • getMountPath

      public String getMountPath()
      MountPath corresponds to the original VolumeMount.
      Returns:
      the mountPath property value
    • setMountPath

      public void setMountPath(String mountPath)
      Set the mountPath property value
      Parameters:
      mountPath - property value to set
    • mountPath

      public V1VolumeMountStatus mountPath(String mountPath)
      Set mountPath in a chainable fashion.
      Returns:
      The same instance of V1VolumeMountStatus for chaining.
    • getName

      public String getName()
      Name corresponds to the name of the original VolumeMount.
      Returns:
      the name property value
    • setName

      public void setName(String name)
      Set the name property value
      Parameters:
      name - property value to set
    • name

      public V1VolumeMountStatus name(String name)
      Set name in a chainable fashion.
      Returns:
      The same instance of V1VolumeMountStatus for chaining.
    • getReadOnly

      public Boolean getReadOnly()
      ReadOnly corresponds to the original VolumeMount.
      Returns:
      the readOnly property value
    • setReadOnly

      public void setReadOnly(Boolean readOnly)
      Set the readOnly property value
      Parameters:
      readOnly - property value to set
    • readOnly

      public V1VolumeMountStatus readOnly(Boolean readOnly)
      Set readOnly in a chainable fashion.
      Returns:
      The same instance of V1VolumeMountStatus for chaining.
    • getRecursiveReadOnly

      public String getRecursiveReadOnly()
      RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts). An IfPossible value in the original VolumeMount must be translated to Disabled or Enabled, depending on the mount result.
      Returns:
      the recursiveReadOnly property value
    • setRecursiveReadOnly

      public void setRecursiveReadOnly(String recursiveReadOnly)
      Set the recursiveReadOnly property value
      Parameters:
      recursiveReadOnly - property value to set
    • recursiveReadOnly

      public V1VolumeMountStatus recursiveReadOnly(String recursiveReadOnly)
      Set recursiveReadOnly in a chainable fashion.
      Returns:
      The same instance of V1VolumeMountStatus for chaining.
    • 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