Class 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 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.

      • getAdditionalProperties

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

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

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