public class ImageSourceFluentImpl<A extends ImageSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageSourceFluent<A>
ImageSourceFluent.FromNested<N>, ImageSourceFluent.PathsNested<N>, ImageSourceFluent.PullSecretNested<N>| Constructor and Description |
|---|
ImageSourceFluentImpl() |
ImageSourceFluentImpl(ImageSource instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ImageSourceFluentImpl()
public ImageSourceFluentImpl(ImageSource instance)
public A addToAs(Integer index, String item)
addToAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A setToAs(Integer index, String item)
setToAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addToAs(String... items)
addToAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addAllToAs(Collection<String> items)
addAllToAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A removeFromAs(String... items)
removeFromAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A removeAllFromAs(Collection<String> items)
removeAllFromAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public List<String> getAs()
getAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public String getA(Integer index)
getA in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public String getFirstA()
getFirstA in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public String getLastA()
getLastA in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public String getMatchingA(Predicate<String> predicate)
getMatchingA in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public Boolean hasMatchingA(Predicate<String> predicate)
hasMatchingA in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withAs(List<String> as)
withAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withAs(String... as)
withAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public Boolean hasAs()
hasAs in interface ImageSourceFluent<A extends ImageSourceFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectReference getFrom()
getFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public io.fabric8.kubernetes.api.model.ObjectReference buildFrom()
buildFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withFrom(io.fabric8.kubernetes.api.model.ObjectReference from)
withFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public Boolean hasFrom()
hasFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.FromNested<A> withNewFrom()
withNewFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.FromNested<A> withNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item)
withNewFromLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.FromNested<A> editFrom()
editFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.FromNested<A> editOrNewFrom()
editOrNewFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.FromNested<A> editOrNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item)
editOrNewFromLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addToPaths(Integer index, ImageSourcePath item)
addToPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A setToPaths(Integer index, ImageSourcePath item)
setToPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addToPaths(ImageSourcePath... items)
addToPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addAllToPaths(Collection<ImageSourcePath> items)
addAllToPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A removeFromPaths(ImageSourcePath... items)
removeFromPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A removeAllFromPaths(Collection<ImageSourcePath> items)
removeAllFromPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A removeMatchingFromPaths(Predicate<ImageSourcePathBuilder> predicate)
removeMatchingFromPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>@Deprecated public List<ImageSourcePath> getPaths()
getPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public List<ImageSourcePath> buildPaths()
buildPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourcePath buildPath(Integer index)
buildPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourcePath buildFirstPath()
buildFirstPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourcePath buildLastPath()
buildLastPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourcePath buildMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
buildMatchingPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public Boolean hasMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
hasMatchingPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withPaths(List<ImageSourcePath> paths)
withPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withPaths(ImageSourcePath... paths)
withPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public Boolean hasPaths()
hasPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addNewPath(String destinationDir, String sourcePath)
addNewPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PathsNested<A> addNewPath()
addNewPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PathsNested<A> addNewPathLike(ImageSourcePath item)
addNewPathLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PathsNested<A> setNewPathLike(Integer index, ImageSourcePath item)
setNewPathLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PathsNested<A> editPath(Integer index)
editPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PathsNested<A> editFirstPath()
editFirstPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PathsNested<A> editLastPath()
editLastPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PathsNested<A> editMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
editMatchingPath in interface ImageSourceFluent<A extends ImageSourceFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LocalObjectReference getPullSecret()
getPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildPullSecret()
buildPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withPullSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pullSecret)
withPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public Boolean hasPullSecret()
hasPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withNewPullSecret(String name)
withNewPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PullSecretNested<A> withNewPullSecret()
withNewPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PullSecretNested<A> withNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
withNewPullSecretLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PullSecretNested<A> editPullSecret()
editPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PullSecretNested<A> editOrNewPullSecret()
editOrNewPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PullSecretNested<A> editOrNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
editOrNewPullSecretLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSourceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.