Package io.fabric8.openshift.api.model
Class BuildOutputFluent<A extends BuildOutputFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.BuildOutputFluent<A>
-
- Direct Known Subclasses:
BuildConfigSpecFluent.OutputNested,BuildOutputBuilder,BuildSpecFluent.OutputNested,CommonSpecFluent.OutputNested
public class BuildOutputFluent<A extends BuildOutputFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBuildOutputFluent.ImageLabelsNested<N>classBuildOutputFluent.PushSecretNested<N>classBuildOutputFluent.ToNested<N>
-
Constructor Summary
Constructors Constructor Description BuildOutputFluent()BuildOutputFluent(BuildOutput instance)
-
Method Summary
-
-
-
Constructor Detail
-
BuildOutputFluent
public BuildOutputFluent()
-
BuildOutputFluent
public BuildOutputFluent(BuildOutput instance)
-
-
Method Detail
-
addAllToImageLabels
public A addAllToImageLabels(Collection<ImageLabel> items)
-
addNewImageLabel
public BuildOutputFluent.ImageLabelsNested<A> addNewImageLabel()
-
addNewImageLabelLike
public BuildOutputFluent.ImageLabelsNested<A> addNewImageLabelLike(ImageLabel item)
-
addToImageLabels
public A addToImageLabels(ImageLabel... items)
-
addToImageLabels
public A addToImageLabels(int index, ImageLabel item)
-
buildFirstImageLabel
public ImageLabel buildFirstImageLabel()
-
buildImageLabel
public ImageLabel buildImageLabel(int index)
-
buildImageLabels
public List<ImageLabel> buildImageLabels()
-
buildLastImageLabel
public ImageLabel buildLastImageLabel()
-
buildMatchingImageLabel
public ImageLabel buildMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)
-
buildPushSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference buildPushSecret()
-
buildTo
public io.fabric8.kubernetes.api.model.ObjectReference buildTo()
-
copyInstance
protected void copyInstance(BuildOutput instance)
-
editFirstImageLabel
public BuildOutputFluent.ImageLabelsNested<A> editFirstImageLabel()
-
editImageLabel
public BuildOutputFluent.ImageLabelsNested<A> editImageLabel(int index)
-
editLastImageLabel
public BuildOutputFluent.ImageLabelsNested<A> editLastImageLabel()
-
editMatchingImageLabel
public BuildOutputFluent.ImageLabelsNested<A> editMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)
-
editOrNewPushSecret
public BuildOutputFluent.PushSecretNested<A> editOrNewPushSecret()
-
editOrNewPushSecretLike
public BuildOutputFluent.PushSecretNested<A> editOrNewPushSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
editOrNewTo
public BuildOutputFluent.ToNested<A> editOrNewTo()
-
editOrNewToLike
public BuildOutputFluent.ToNested<A> editOrNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editPushSecret
public BuildOutputFluent.PushSecretNested<A> editPushSecret()
-
editTo
public BuildOutputFluent.ToNested<A> editTo()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends BuildOutputFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasImageLabels
public boolean hasImageLabels()
-
hasMatchingImageLabel
public boolean hasMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)
-
hasPushSecret
public boolean hasPushSecret()
-
hasTo
public boolean hasTo()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends BuildOutputFluent<A>>
-
removeAllFromImageLabels
public A removeAllFromImageLabels(Collection<ImageLabel> items)
-
removeFromImageLabels
public A removeFromImageLabels(ImageLabel... items)
-
removeMatchingFromImageLabels
public A removeMatchingFromImageLabels(Predicate<ImageLabelBuilder> predicate)
-
setNewImageLabelLike
public BuildOutputFluent.ImageLabelsNested<A> setNewImageLabelLike(int index, ImageLabel item)
-
setToImageLabels
public A setToImageLabels(int index, ImageLabel item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withImageLabels
public A withImageLabels(List<ImageLabel> imageLabels)
-
withImageLabels
public A withImageLabels(ImageLabel... imageLabels)
-
withNewPushSecret
public BuildOutputFluent.PushSecretNested<A> withNewPushSecret()
-
withNewPushSecretLike
public BuildOutputFluent.PushSecretNested<A> withNewPushSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
withNewTo
public BuildOutputFluent.ToNested<A> withNewTo()
-
withNewToLike
public BuildOutputFluent.ToNested<A> withNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
withPushSecret
public A withPushSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret)
-
withTo
public A withTo(io.fabric8.kubernetes.api.model.ObjectReference to)
-
-