Class V1ImageVolumeStatus

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1ImageVolumeStatus extends Object
ImageVolumeStatus represents the image-based volume status.
  • Field Details

  • Constructor Details

    • V1ImageVolumeStatus

      public V1ImageVolumeStatus(String imageRef)
  • Method Details

    • getImageRef

      public String getImageRef()
      ImageRef is the digest of the image used for this volume. It should have a value that's similar to the pod's status.containerStatuses[i].imageID. The ImageRef length should not exceed 256 characters.
      Returns:
      the imageRef property value
    • setImageRef

      public void setImageRef(String imageRef)
      Set the imageRef property value
      Parameters:
      imageRef - property value to set
    • imageRef

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