Class V1ModifyVolumeStatus

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1ModifyVolumeStatus extends Object
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation
  • Field Details

  • Constructor Details

    • V1ModifyVolumeStatus

      public V1ModifyVolumeStatus(String status)
  • Method Details

    • getStatus

      public String getStatus()
      status is the status of the ControllerModifyVolume operation. It can be in any of following states: - Pending Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as the specified VolumeAttributesClass not existing. - InProgress InProgress indicates that the volume is being modified. - Infeasible Infeasible indicates that the request has been rejected as invalid by the CSI driver. To resolve the error, a valid VolumeAttributesClass needs to be specified. Note: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.
      Returns:
      the status property value
    • setStatus

      public void setStatus(String status)
      Set the status property value
      Parameters:
      status - property value to set
    • status

      public V1ModifyVolumeStatus status(String status)
      Set status in a chainable fashion.
      Returns:
      The same instance of V1ModifyVolumeStatus for chaining.
    • getTargetVolumeAttributesClassName

      public String getTargetVolumeAttributesClassName()
      targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled
      Returns:
      the targetVolumeAttributesClassName property value
    • setTargetVolumeAttributesClassName

      public void setTargetVolumeAttributesClassName(String targetVolumeAttributesClassName)
      Set the targetVolumeAttributesClassName property value
      Parameters:
      targetVolumeAttributesClassName - property value to set
    • targetVolumeAttributesClassName

      public V1ModifyVolumeStatus targetVolumeAttributesClassName(String targetVolumeAttributesClassName)
      Set targetVolumeAttributesClassName in a chainable fashion.
      Returns:
      The same instance of V1ModifyVolumeStatus 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