Package io.fabric8.openshift.api.model
Class DoneableImageStreamImportSpec
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ImageStreamImportSpecFluentImpl<DoneableImageStreamImportSpec>
io.fabric8.openshift.api.model.DoneableImageStreamImportSpec
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableImageStreamImportSpec>,io.fabric8.kubernetes.api.builder.Visitable<DoneableImageStreamImportSpec>,io.fabric8.kubernetes.api.model.Doneable<ImageStreamImportSpec>,ImageStreamImportSpecFluent<DoneableImageStreamImportSpec>
public class DoneableImageStreamImportSpec extends ImageStreamImportSpecFluentImpl<DoneableImageStreamImportSpec> implements io.fabric8.kubernetes.api.model.Doneable<ImageStreamImportSpec>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ImageStreamImportSpecFluentImpl
ImageStreamImportSpecFluentImpl.ImagesNestedImpl<N>, ImageStreamImportSpecFluentImpl.RepositoryNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ImageStreamImportSpecFluent
ImageStreamImportSpecFluent.ImagesNested<N>, ImageStreamImportSpecFluent.RepositoryNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableImageStreamImportSpec(io.fabric8.kubernetes.api.builder.Function<ImageStreamImportSpec,ImageStreamImportSpec> function)DoneableImageStreamImportSpec(ImageStreamImportSpec item)DoneableImageStreamImportSpec(ImageStreamImportSpec item, io.fabric8.kubernetes.api.builder.Function<ImageStreamImportSpec,ImageStreamImportSpec> function) -
Method Summary
Modifier and Type Method Description ImageStreamImportSpecdone()Methods inherited from class io.fabric8.openshift.api.model.ImageStreamImportSpecFluentImpl
addAllToImages, addNewImage, addNewImageLike, addToImages, addToImages, buildFirstImage, buildImage, buildImages, buildLastImage, buildMatchingImage, buildRepository, editFirstImage, editImage, editLastImage, editMatchingImage, editOrNewRepository, editOrNewRepositoryLike, editRepository, equals, getImages, getRepository, hasImages, hasImport, hasMatchingImage, hasRepository, isImport, removeAllFromImages, removeFromImages, removeMatchingFromImages, setNewImageLike, setToImages, withImages, withImages, withImport, withNewImport, withNewImport, withNewRepository, withNewRepositoryLike, withRepository
-
Constructor Details
-
DoneableImageStreamImportSpec
public DoneableImageStreamImportSpec(io.fabric8.kubernetes.api.builder.Function<ImageStreamImportSpec,ImageStreamImportSpec> function) -
DoneableImageStreamImportSpec
public DoneableImageStreamImportSpec(ImageStreamImportSpec item, io.fabric8.kubernetes.api.builder.Function<ImageStreamImportSpec,ImageStreamImportSpec> function) -
DoneableImageStreamImportSpec
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ImageStreamImportSpec>
-