Package io.fabric8.openshift.api.model
Class BuildStatusOutputTo
- java.lang.Object
-
- io.fabric8.openshift.api.model.BuildStatusOutputTo
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<BuildStatusOutputToBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class BuildStatusOutputTo extends Object implements io.fabric8.kubernetes.api.builder.Editable<BuildStatusOutputToBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
BuildStatusOutputTo describes the status of the built image with regards to image registry to which it was supposed to be pushed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildStatusOutputTo()No args constructor for use in serializationBuildStatusOutputTo(String imageDigest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildStatusOutputToBuilderedit()Map<String,Object>getAdditionalProperties()StringgetImageDigest()imageDigest is the digest of the built container image.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetImageDigest(String imageDigest)imageDigest is the digest of the built container image.BuildStatusOutputToBuildertoBuilder()
-
-
-
Constructor Detail
-
BuildStatusOutputTo
public BuildStatusOutputTo()
No args constructor for use in serialization
-
BuildStatusOutputTo
public BuildStatusOutputTo(String imageDigest)
-
-
Method Detail
-
getImageDigest
public String getImageDigest()
imageDigest is the digest of the built container image. The digest uniquely identifies the image in the registry to which it was pushed.Please note that this field may not always be set even if the push completes successfully - e.g. when the registry returns no digest or returns it in a format that the builder doesn't understand.
-
setImageDigest
public void setImageDigest(String imageDigest)
imageDigest is the digest of the built container image. The digest uniquely identifies the image in the registry to which it was pushed.Please note that this field may not always be set even if the push completes successfully - e.g. when the registry returns no digest or returns it in a format that the builder doesn't understand.
-
edit
public BuildStatusOutputToBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<BuildStatusOutputToBuilder>
-
toBuilder
public BuildStatusOutputToBuilder toBuilder()
-
-