Class BuildOutput

java.lang.Object
io.fabric8.openshift.api.model.BuildOutput
All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

@Generated("org.jsonschema2pojo")
public class BuildOutput
extends Object
implements io.fabric8.kubernetes.api.model.KubernetesResource
See Also:
Serialized Form
  • Constructor Details

    • 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)
      Parameters:
      to -
      pushSecret -
      imageLabels -
  • Method Details

    • getImageLabels

      public List<ImageLabel> getImageLabels()
      Returns:
      The imageLabels
    • setImageLabels

      public void setImageLabels​(List<ImageLabel> imageLabels)
      Parameters:
      imageLabels - The imageLabels
    • getPushSecret

      public io.fabric8.kubernetes.api.model.LocalObjectReference getPushSecret()
      Returns:
      The pushSecret
    • setPushSecret

      public void setPushSecret​(io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret)
      Parameters:
      pushSecret - The pushSecret
    • getTo

      public io.fabric8.kubernetes.api.model.ObjectReference getTo()
      Returns:
      The to
    • setTo

      public void setTo​(io.fabric8.kubernetes.api.model.ObjectReference to)
      Parameters:
      to - The to
    • getAdditionalProperties

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

      public void setAdditionalProperty​(String name, Object value)