Package io.fabric8.openshift.api.model
Class DoneableImageStreamImport
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ImageStreamImportFluentImpl<DoneableImageStreamImport>
io.fabric8.openshift.api.model.DoneableImageStreamImport
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableImageStreamImport>,io.fabric8.kubernetes.api.builder.Visitable<DoneableImageStreamImport>,io.fabric8.kubernetes.api.model.Doneable<ImageStreamImport>,ImageStreamImportFluent<DoneableImageStreamImport>
public class DoneableImageStreamImport extends ImageStreamImportFluentImpl<DoneableImageStreamImport> implements io.fabric8.kubernetes.api.model.Doneable<ImageStreamImport>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ImageStreamImportFluentImpl
ImageStreamImportFluentImpl.MetadataNestedImpl<N>, ImageStreamImportFluentImpl.SpecNestedImpl<N>, ImageStreamImportFluentImpl.StatusNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ImageStreamImportFluent
ImageStreamImportFluent.MetadataNested<N>, ImageStreamImportFluent.SpecNested<N>, ImageStreamImportFluent.StatusNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableImageStreamImport(io.fabric8.kubernetes.api.builder.Function<ImageStreamImport,ImageStreamImport> function)DoneableImageStreamImport(ImageStreamImport item)DoneableImageStreamImport(ImageStreamImport item, io.fabric8.kubernetes.api.builder.Function<ImageStreamImport,ImageStreamImport> function) -
Method Summary
Modifier and Type Method Description ImageStreamImportdone()Methods inherited from class io.fabric8.openshift.api.model.ImageStreamImportFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Constructor Details
-
DoneableImageStreamImport
public DoneableImageStreamImport(io.fabric8.kubernetes.api.builder.Function<ImageStreamImport,ImageStreamImport> function) -
DoneableImageStreamImport
public DoneableImageStreamImport(ImageStreamImport item, io.fabric8.kubernetes.api.builder.Function<ImageStreamImport,ImageStreamImport> function) -
DoneableImageStreamImport
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ImageStreamImport>
-