All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToAs(Collection<String> items) |
A |
addAllToPaths(Collection<ImageSourcePath> items) |
ImageSourceFluent.PathsNested<A> |
addNewPath() |
A |
addNewPath(String destinationDir,
String sourcePath) |
ImageSourceFluent.PathsNested<A> |
addNewPathLike(ImageSourcePath item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAs(int index,
String item) |
A |
addToAs(String... items) |
A |
addToPaths(ImageSourcePath... items) |
A |
addToPaths(int index,
ImageSourcePath item) |
ImageSourcePath |
buildFirstPath() |
io.fabric8.kubernetes.api.model.ObjectReference |
buildFrom() |
ImageSourcePath |
buildLastPath() |
ImageSourcePath |
buildMatchingPath(Predicate<ImageSourcePathBuilder> predicate) |
ImageSourcePath |
buildPath(int index) |
List<ImageSourcePath> |
buildPaths() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildPullSecret() |
protected void |
copyInstance(ImageSource instance) |
ImageSourceFluent.PathsNested<A> |
editFirstPath() |
ImageSourceFluent.FromNested<A> |
editFrom() |
ImageSourceFluent.PathsNested<A> |
editLastPath() |
ImageSourceFluent.PathsNested<A> |
editMatchingPath(Predicate<ImageSourcePathBuilder> predicate) |
ImageSourceFluent.FromNested<A> |
editOrNewFrom() |
ImageSourceFluent.FromNested<A> |
editOrNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item) |
ImageSourceFluent.PullSecretNested<A> |
editOrNewPullSecret() |
ImageSourceFluent.PullSecretNested<A> |
editOrNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ImageSourceFluent.PathsNested<A> |
editPath(int index) |
ImageSourceFluent.PullSecretNested<A> |
editPullSecret() |
boolean |
equals(Object o) |
String |
getA(int index) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getAs() |
String |
getFirstA() |
String |
getLastA() |
String |
getMatchingA(Predicate<String> predicate) |
boolean |
hasAdditionalProperties() |
boolean |
hasAs() |
boolean |
hasFrom() |
int |
hashCode() |
boolean |
hasMatchingA(Predicate<String> predicate) |
boolean |
hasMatchingPath(Predicate<ImageSourcePathBuilder> predicate) |
boolean |
hasPaths() |
boolean |
hasPullSecret() |
A |
removeAllFromAs(Collection<String> items) |
A |
removeAllFromPaths(Collection<ImageSourcePath> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAs(String... items) |
A |
removeFromPaths(ImageSourcePath... items) |
A |
removeMatchingFromPaths(Predicate<ImageSourcePathBuilder> predicate) |
ImageSourceFluent.PathsNested<A> |
setNewPathLike(int index,
ImageSourcePath item) |
A |
setToAs(int index,
String item) |
A |
setToPaths(int index,
ImageSourcePath item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAs(List<String> as) |
A |
withAs(String... as) |
A |
withFrom(io.fabric8.kubernetes.api.model.ObjectReference from) |
ImageSourceFluent.FromNested<A> |
withNewFrom() |
ImageSourceFluent.FromNested<A> |
withNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item) |
ImageSourceFluent.PullSecretNested<A> |
withNewPullSecret() |
A |
withNewPullSecret(String name) |
ImageSourceFluent.PullSecretNested<A> |
withNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
A |
withPaths(ImageSourcePath... paths) |
A |
withPaths(List<ImageSourcePath> paths) |
A |
withPullSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pullSecret) |