public interface ImageSourceFluent<A extends ImageSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ImageSourceFluent.FromNested<N> |
static interface |
ImageSourceFluent.PathsNested<N> |
static interface |
ImageSourceFluent.PullSecretNested<N> |
A addAllToAs(Collection<String> items)
A removeAllFromAs(Collection<String> items)
String getA(int index)
String getFirstA()
String getLastA()
Boolean hasAs()
A addNewA(StringBuilder arg1)
A addNewA(int[] arg1, int arg2, int arg3)
A addNewA(char[] arg1)
A addNewA(StringBuffer arg1)
A addNewA(byte[] arg1, int arg2)
A addNewA(byte[] arg1)
A addNewA(char[] arg1, int arg2, int arg3)
A addNewA(byte[] arg1, int arg2, int arg3)
A addNewA(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getFrom()
io.fabric8.kubernetes.api.model.ObjectReference buildFrom()
A withFrom(io.fabric8.kubernetes.api.model.ObjectReference from)
Boolean hasFrom()
ImageSourceFluent.FromNested<A> withNewFrom()
ImageSourceFluent.FromNested<A> withNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item)
ImageSourceFluent.FromNested<A> editFrom()
ImageSourceFluent.FromNested<A> editOrNewFrom()
ImageSourceFluent.FromNested<A> editOrNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item)
A addToPaths(int index, ImageSourcePath item)
A setToPaths(int index, ImageSourcePath item)
A addToPaths(ImageSourcePath... items)
A addAllToPaths(Collection<ImageSourcePath> items)
A removeFromPaths(ImageSourcePath... items)
A removeAllFromPaths(Collection<ImageSourcePath> items)
A removeMatchingFromPaths(Predicate<ImageSourcePathBuilder> predicate)
@Deprecated List<ImageSourcePath> getPaths()
List<ImageSourcePath> buildPaths()
ImageSourcePath buildPath(int index)
ImageSourcePath buildFirstPath()
ImageSourcePath buildLastPath()
ImageSourcePath buildMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
Boolean hasMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
A withPaths(List<ImageSourcePath> paths)
A withPaths(ImageSourcePath... paths)
Boolean hasPaths()
ImageSourceFluent.PathsNested<A> addNewPath()
ImageSourceFluent.PathsNested<A> addNewPathLike(ImageSourcePath item)
ImageSourceFluent.PathsNested<A> setNewPathLike(int index, ImageSourcePath item)
ImageSourceFluent.PathsNested<A> editPath(int index)
ImageSourceFluent.PathsNested<A> editFirstPath()
ImageSourceFluent.PathsNested<A> editLastPath()
ImageSourceFluent.PathsNested<A> editMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
@Deprecated io.fabric8.kubernetes.api.model.LocalObjectReference getPullSecret()
io.fabric8.kubernetes.api.model.LocalObjectReference buildPullSecret()
A withPullSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pullSecret)
Boolean hasPullSecret()
ImageSourceFluent.PullSecretNested<A> withNewPullSecret()
ImageSourceFluent.PullSecretNested<A> withNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
ImageSourceFluent.PullSecretNested<A> editPullSecret()
ImageSourceFluent.PullSecretNested<A> editOrNewPullSecret()
ImageSourceFluent.PullSecretNested<A> editOrNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
Copyright © 2015–2022 Red Hat. All rights reserved.