public class BuildOutputFluentImpl<A extends BuildOutputFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements BuildOutputFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
BuildOutputFluentImpl.ImageLabelsNestedImpl<N> |
class |
BuildOutputFluentImpl.PushSecretNestedImpl<N> |
class |
BuildOutputFluentImpl.ToNestedImpl<N> |
BuildOutputFluent.ImageLabelsNested<N>, BuildOutputFluent.PushSecretNested<N>, BuildOutputFluent.ToNested<N>| Constructor and Description |
|---|
BuildOutputFluentImpl() |
BuildOutputFluentImpl(BuildOutput instance) |
public BuildOutputFluentImpl()
public BuildOutputFluentImpl(BuildOutput instance)
public A addToImageLabels(int index, ImageLabel item)
addToImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A setToImageLabels(int index, ImageLabel item)
setToImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A addToImageLabels(ImageLabel... items)
addToImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A addAllToImageLabels(Collection<ImageLabel> items)
addAllToImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A removeFromImageLabels(ImageLabel... items)
removeFromImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A removeAllFromImageLabels(Collection<ImageLabel> items)
removeAllFromImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A removeMatchingFromImageLabels(Predicate<ImageLabelBuilder> predicate)
removeMatchingFromImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>@Deprecated public List<ImageLabel> getImageLabels()
getImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public List<ImageLabel> buildImageLabels()
buildImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public ImageLabel buildImageLabel(int index)
buildImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public ImageLabel buildFirstImageLabel()
buildFirstImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public ImageLabel buildLastImageLabel()
buildLastImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public ImageLabel buildMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)
buildMatchingImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public Boolean hasMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)
hasMatchingImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A withImageLabels(List<ImageLabel> imageLabels)
withImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A withImageLabels(ImageLabel... imageLabels)
withImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public Boolean hasImageLabels()
hasImageLabels in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A addNewImageLabel(String name, String value)
addNewImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ImageLabelsNested<A> addNewImageLabel()
addNewImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ImageLabelsNested<A> addNewImageLabelLike(ImageLabel item)
addNewImageLabelLike in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ImageLabelsNested<A> setNewImageLabelLike(int index, ImageLabel item)
setNewImageLabelLike in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ImageLabelsNested<A> editImageLabel(int index)
editImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ImageLabelsNested<A> editFirstImageLabel()
editFirstImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ImageLabelsNested<A> editLastImageLabel()
editLastImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ImageLabelsNested<A> editMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)
editMatchingImageLabel in interface BuildOutputFluent<A extends BuildOutputFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LocalObjectReference getPushSecret()
getPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildPushSecret()
buildPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A withPushSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret)
withPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public Boolean hasPushSecret()
hasPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A withNewPushSecret(String name)
withNewPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.PushSecretNested<A> withNewPushSecret()
withNewPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.PushSecretNested<A> withNewPushSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
withNewPushSecretLike in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.PushSecretNested<A> editPushSecret()
editPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.PushSecretNested<A> editOrNewPushSecret()
editOrNewPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.PushSecretNested<A> editOrNewPushSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
editOrNewPushSecretLike in interface BuildOutputFluent<A extends BuildOutputFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectReference getTo()
getTo in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public io.fabric8.kubernetes.api.model.ObjectReference buildTo()
buildTo in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A withTo(io.fabric8.kubernetes.api.model.ObjectReference to)
withTo in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public Boolean hasTo()
hasTo in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ToNested<A> withNewTo()
withNewTo in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ToNested<A> withNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)
withNewToLike in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ToNested<A> editTo()
editTo in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ToNested<A> editOrNewTo()
editOrNewTo in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public BuildOutputFluent.ToNested<A> editOrNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)
editOrNewToLike in interface BuildOutputFluent<A extends BuildOutputFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.