Class ImageVolumeStatus

    • Constructor Detail

      • ImageVolumeStatus

        public ImageVolumeStatus()
        No args constructor for use in serialization
      • ImageVolumeStatus

        public ImageVolumeStatus​(String imageRef)
    • Method Detail

      • 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.
      • setImageRef

        public void setImageRef​(String imageRef)
        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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)