Package io.fabric8.openshift.api.model
Class ImageStreamImportSpecBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ImageStreamImportSpecFluentImpl<ImageStreamImportSpecBuilder>
io.fabric8.openshift.api.model.ImageStreamImportSpecBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ImageStreamImportSpec>,io.fabric8.kubernetes.api.builder.Fluent<ImageStreamImportSpecBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ImageStreamImportSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageStreamImportSpec,ImageStreamImportSpecBuilder>,ImageStreamImportSpecFluent<ImageStreamImportSpecBuilder>
public class ImageStreamImportSpecBuilder extends ImageStreamImportSpecFluentImpl<ImageStreamImportSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageStreamImportSpec,ImageStreamImportSpecBuilder>
-
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 ImageStreamImportSpecBuilder()ImageStreamImportSpecBuilder(ImageStreamImportSpec instance)ImageStreamImportSpecBuilder(ImageStreamImportSpecFluent<?> fluent)ImageStreamImportSpecBuilder(ImageStreamImportSpecFluent<?> fluent, ImageStreamImportSpec instance)ImageStreamImportSpecBuilder(ImageStreamImportSpecFluent<?> fluent, ImageStreamImportSpec instance, Boolean validationEnabled)ImageStreamImportSpecBuilder(ImageStreamImportSpecFluent<?> fluent, Boolean validationEnabled)ImageStreamImportSpecBuilder(ImageStreamImportSpec instance, Boolean validationEnabled)ImageStreamImportSpecBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description ImageStreamImportSpecbuild()booleanequals(Object o)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, getImages, getRepository, hasImages, hasImport, hasMatchingImage, hasRepository, isImport, removeAllFromImages, removeFromImages, removeMatchingFromImages, setNewImageLike, setToImages, withImages, withImages, withImport, withNewImport, withNewImport, withNewRepository, withNewRepositoryLike, withRepositoryMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
ImageStreamImportSpecBuilder
public ImageStreamImportSpecBuilder() -
ImageStreamImportSpecBuilder
-
ImageStreamImportSpecBuilder
-
ImageStreamImportSpecBuilder
public ImageStreamImportSpecBuilder(ImageStreamImportSpecFluent<?> fluent, Boolean validationEnabled) -
ImageStreamImportSpecBuilder
public ImageStreamImportSpecBuilder(ImageStreamImportSpecFluent<?> fluent, ImageStreamImportSpec instance) -
ImageStreamImportSpecBuilder
public ImageStreamImportSpecBuilder(ImageStreamImportSpecFluent<?> fluent, ImageStreamImportSpec instance, Boolean validationEnabled) -
ImageStreamImportSpecBuilder
-
ImageStreamImportSpecBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ImageStreamImportSpec>
-
equals
- Overrides:
equalsin classImageStreamImportSpecFluentImpl<ImageStreamImportSpecBuilder>
-