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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImageRef is the digest of the image used for this volume.inthashCode()Set imageRef in a chainable fashion.voidsetImageRef(String imageRef) Set the imageRef property valuetoString()
-
Field Details
-
JSON_PROPERTY_IMAGE_REF
- See Also:
-
-
Constructor Details
-
V1ImageVolumeStatus
-
-
Method Details
-
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
Set the imageRef property value- Parameters:
imageRef- property value to set
-
imageRef
Set imageRef in a chainable fashion.- Returns:
- The same instance of V1ImageVolumeStatus for chaining.
-
equals
-
hashCode
-
toString
-