Class BuildOutput

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<BuildOutputBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class BuildOutput
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<BuildOutputBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    BuildOutput is input to a build strategy and describes the container image that the strategy should produce.
    See Also:
    Serialized Form
    • Constructor Detail

      • BuildOutput

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

        public BuildOutput​(List<ImageLabel> imageLabels,
                           io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret,
                           io.fabric8.kubernetes.api.model.ObjectReference to)
    • Method Detail

      • getImageLabels

        public List<ImageLabel> getImageLabels()
        imageLabels define a list of labels that are applied to the resulting image. If there are multiple labels with the same name then the last one in the list is used.
      • setImageLabels

        public void setImageLabels​(List<ImageLabel> imageLabels)
        imageLabels define a list of labels that are applied to the resulting image. If there are multiple labels with the same name then the last one in the list is used.
      • getPushSecret

        public io.fabric8.kubernetes.api.model.LocalObjectReference getPushSecret()
        BuildOutput is input to a build strategy and describes the container image that the strategy should produce.
      • setPushSecret

        public void setPushSecret​(io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret)
        BuildOutput is input to a build strategy and describes the container image that the strategy should produce.
      • getTo

        public io.fabric8.kubernetes.api.model.ObjectReference getTo()
        BuildOutput is input to a build strategy and describes the container image that the strategy should produce.
      • setTo

        public void setTo​(io.fabric8.kubernetes.api.model.ObjectReference to)
        BuildOutput is input to a build strategy and describes the container image that the strategy should produce.
      • getAdditionalProperties

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

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

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