Class Image
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.Image
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ImageBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Image extends Object implements io.fabric8.kubernetes.api.builder.Editable<ImageBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Image holds the details of an image to use during provisioning.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageBuilderedit()Map<String,Object>getAdditionalProperties()StringgetChecksum()Checksum is a md5sum, sha256sum or sha512sum value or a URL to retrieve one.StringgetChecksumType()ChecksumType is the checksum algorithm for the image. e.g md5, sha256, sha512StringgetFormat()DiskFormat contains the image disk format.StringgetUrl()URL is a location of an image to deploy.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetChecksum(String checksum)Checksum is a md5sum, sha256sum or sha512sum value or a URL to retrieve one.voidsetChecksumType(String checksumType)ChecksumType is the checksum algorithm for the image. e.g md5, sha256, sha512voidsetFormat(String format)DiskFormat contains the image disk format.voidsetUrl(String url)URL is a location of an image to deploy.ImageBuildertoBuilder()
-
-
-
Method Detail
-
getChecksum
public String getChecksum()
Checksum is a md5sum, sha256sum or sha512sum value or a URL to retrieve one.
-
setChecksum
public void setChecksum(String checksum)
Checksum is a md5sum, sha256sum or sha512sum value or a URL to retrieve one.
-
getChecksumType
public String getChecksumType()
ChecksumType is the checksum algorithm for the image. e.g md5, sha256, sha512
-
setChecksumType
public void setChecksumType(String checksumType)
ChecksumType is the checksum algorithm for the image. e.g md5, sha256, sha512
-
getFormat
public String getFormat()
DiskFormat contains the image disk format.
-
setFormat
public void setFormat(String format)
DiskFormat contains the image disk format.
-
getUrl
public String getUrl()
URL is a location of an image to deploy.
-
setUrl
public void setUrl(String url)
URL is a location of an image to deploy.
-
edit
public ImageBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ImageBuilder>
-
toBuilder
public ImageBuilder toBuilder()
-
-