Package io.fabric8.openshift.api.model
Class ImageSourceFluent<A extends ImageSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ImageSourceFluent<A>
-
- Direct Known Subclasses:
BuildSourceFluent.ImagesNested,ImageSourceBuilder
public class ImageSourceFluent<A extends ImageSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classImageSourceFluent.FromNested<N>classImageSourceFluent.PathsNested<N>classImageSourceFluent.PullSecretNested<N>
-
Constructor Summary
Constructors Constructor Description ImageSourceFluent()ImageSourceFluent(ImageSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
ImageSourceFluent
public ImageSourceFluent()
-
ImageSourceFluent
public ImageSourceFluent(ImageSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ImageSource instance)
-
addAllToAs
public A addAllToAs(Collection<String> items)
-
removeAllFromAs
public A removeAllFromAs(Collection<String> items)
-
getA
public String getA(int index)
-
getFirstA
public String getFirstA()
-
getLastA
public String getLastA()
-
hasAs
public boolean hasAs()
-
buildFrom
public io.fabric8.kubernetes.api.model.ObjectReference buildFrom()
-
withFrom
public A withFrom(io.fabric8.kubernetes.api.model.ObjectReference from)
-
hasFrom
public boolean hasFrom()
-
withNewFrom
public ImageSourceFluent.FromNested<A> withNewFrom()
-
withNewFromLike
public ImageSourceFluent.FromNested<A> withNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editFrom
public ImageSourceFluent.FromNested<A> editFrom()
-
editOrNewFrom
public ImageSourceFluent.FromNested<A> editOrNewFrom()
-
editOrNewFromLike
public ImageSourceFluent.FromNested<A> editOrNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
addToPaths
public A addToPaths(int index, ImageSourcePath item)
-
setToPaths
public A setToPaths(int index, ImageSourcePath item)
-
addToPaths
public A addToPaths(ImageSourcePath... items)
-
addAllToPaths
public A addAllToPaths(Collection<ImageSourcePath> items)
-
removeFromPaths
public A removeFromPaths(ImageSourcePath... items)
-
removeAllFromPaths
public A removeAllFromPaths(Collection<ImageSourcePath> items)
-
removeMatchingFromPaths
public A removeMatchingFromPaths(Predicate<ImageSourcePathBuilder> predicate)
-
buildPaths
public List<ImageSourcePath> buildPaths()
-
buildPath
public ImageSourcePath buildPath(int index)
-
buildFirstPath
public ImageSourcePath buildFirstPath()
-
buildLastPath
public ImageSourcePath buildLastPath()
-
buildMatchingPath
public ImageSourcePath buildMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
-
hasMatchingPath
public boolean hasMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
-
withPaths
public A withPaths(List<ImageSourcePath> paths)
-
withPaths
public A withPaths(ImageSourcePath... paths)
-
hasPaths
public boolean hasPaths()
-
addNewPath
public ImageSourceFluent.PathsNested<A> addNewPath()
-
addNewPathLike
public ImageSourceFluent.PathsNested<A> addNewPathLike(ImageSourcePath item)
-
setNewPathLike
public ImageSourceFluent.PathsNested<A> setNewPathLike(int index, ImageSourcePath item)
-
editPath
public ImageSourceFluent.PathsNested<A> editPath(int index)
-
editFirstPath
public ImageSourceFluent.PathsNested<A> editFirstPath()
-
editLastPath
public ImageSourceFluent.PathsNested<A> editLastPath()
-
editMatchingPath
public ImageSourceFluent.PathsNested<A> editMatchingPath(Predicate<ImageSourcePathBuilder> predicate)
-
buildPullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference buildPullSecret()
-
withPullSecret
public A withPullSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pullSecret)
-
hasPullSecret
public boolean hasPullSecret()
-
withNewPullSecret
public ImageSourceFluent.PullSecretNested<A> withNewPullSecret()
-
withNewPullSecretLike
public ImageSourceFluent.PullSecretNested<A> withNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
editPullSecret
public ImageSourceFluent.PullSecretNested<A> editPullSecret()
-
editOrNewPullSecret
public ImageSourceFluent.PullSecretNested<A> editOrNewPullSecret()
-
editOrNewPullSecretLike
public ImageSourceFluent.PullSecretNested<A> editOrNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSourceFluent<A>>
-
-