Package io.fabric8.openshift.api.model
Class DoneableImageSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ImageSourceFluentImpl<DoneableImageSource>
io.fabric8.openshift.api.model.DoneableImageSource
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableImageSource>,io.fabric8.kubernetes.api.builder.Visitable<DoneableImageSource>,io.fabric8.kubernetes.api.model.Doneable<ImageSource>,ImageSourceFluent<DoneableImageSource>
public class DoneableImageSource extends ImageSourceFluentImpl<DoneableImageSource> implements io.fabric8.kubernetes.api.model.Doneable<ImageSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ImageSourceFluentImpl
ImageSourceFluentImpl.FromNestedImpl<N>, ImageSourceFluentImpl.PathsNestedImpl<N>, ImageSourceFluentImpl.PullSecretNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ImageSourceFluent
ImageSourceFluent.FromNested<N>, ImageSourceFluent.PathsNested<N>, ImageSourceFluent.PullSecretNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableImageSource(io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function)DoneableImageSource(ImageSource item)DoneableImageSource(ImageSource item, io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function) -
Method Summary
Modifier and Type Method Description ImageSourcedone()Methods inherited from class io.fabric8.openshift.api.model.ImageSourceFluentImpl
addAllToAs, addAllToPaths, addNewA, addNewA, addNewA, addNewPath, addNewPath, addNewPathLike, addToAs, addToAs, addToPaths, addToPaths, buildFirstPath, buildFrom, buildLastPath, buildMatchingPath, buildPath, buildPaths, buildPullSecret, editFirstPath, editFrom, editLastPath, editMatchingPath, editOrNewFrom, editOrNewFromLike, editOrNewPullSecret, editOrNewPullSecretLike, editPath, editPullSecret, equals, getA, getAs, getFirstA, getFrom, getLastA, getMatchingA, getPaths, getPullSecret, hasAs, hasFrom, hasMatchingA, hasMatchingPath, hasPaths, hasPullSecret, removeAllFromAs, removeAllFromPaths, removeFromAs, removeFromPaths, removeMatchingFromPaths, setNewPathLike, setToAs, setToPaths, withAs, withAs, withFrom, withNewFrom, withNewFromLike, withNewPullSecret, withNewPullSecret, withNewPullSecretLike, withPaths, withPaths, withPullSecret
-
Constructor Details
-
DoneableImageSource
public DoneableImageSource(io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function) -
DoneableImageSource
public DoneableImageSource(ImageSource item, io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function) -
DoneableImageSource
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ImageSource>
-