public class BuildOutput extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
BuildOutput()
No args constructor for use in serialization
|
BuildOutput(List<ImageLabel> imageLabels,
io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret,
io.fabric8.kubernetes.api.model.ObjectReference to) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<ImageLabel> |
getImageLabels() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
getPushSecret() |
io.fabric8.kubernetes.api.model.ObjectReference |
getTo() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setImageLabels(List<ImageLabel> imageLabels) |
void |
setPushSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret) |
void |
setTo(io.fabric8.kubernetes.api.model.ObjectReference to) |
public BuildOutput()
public BuildOutput(List<ImageLabel> imageLabels, io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret, io.fabric8.kubernetes.api.model.ObjectReference to)
to - pushSecret - imageLabels - public List<ImageLabel> getImageLabels()
public void setImageLabels(List<ImageLabel> imageLabels)
public io.fabric8.kubernetes.api.model.LocalObjectReference getPushSecret()
public void setPushSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret)
public io.fabric8.kubernetes.api.model.ObjectReference getTo()
public void setTo(io.fabric8.kubernetes.api.model.ObjectReference to)
Copyright © 2015–2021 Red Hat. All rights reserved.