public class ImageSourceFluentImpl<A extends ImageSourceFluent<A>> extends BaseFluent<A> implements ImageSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ImageSourceFluentImpl.FromNestedImpl<N> |
class |
ImageSourceFluentImpl.PathsNestedImpl<N> |
class |
ImageSourceFluentImpl.PullSecretNestedImpl<N> |
ImageSourceFluent.FromNested<N>, ImageSourceFluent.PathsNested<N>, ImageSourceFluent.PullSecretNested<N>_visitables| Constructor and Description |
|---|
ImageSourceFluentImpl() |
ImageSourceFluentImpl(ImageSource instance) |
public ImageSourceFluentImpl()
public ImageSourceFluentImpl(ImageSource instance)
@Deprecated public ObjectReference getFrom()
getFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ObjectReference buildFrom()
buildFrom in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withFrom(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(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(ObjectReference item)
editOrNewFromLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A addToPaths(int index, ImageSourcePath item)
addToPaths in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A setToPaths(int 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>>@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(int 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 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(int index, ImageSourcePath item)
setNewPathLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public ImageSourceFluent.PathsNested<A> editPath(int 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 LocalObjectReference getPullSecret()
getPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public LocalObjectReference buildPullSecret()
buildPullSecret in interface ImageSourceFluent<A extends ImageSourceFluent<A>>public A withPullSecret(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(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(LocalObjectReference item)
editOrNewPullSecretLike in interface ImageSourceFluent<A extends ImageSourceFluent<A>>Copyright © 2011–2018 Red Hat. All rights reserved.