Uses of Class
io.fabric8.openshift.api.model.ImageStreamImportStatus
-
Packages that use ImageStreamImportStatus Package Description io.fabric8.openshift.api.model -
-
Uses of ImageStreamImportStatus in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageStreamImportStatus Modifier and Type Method Description ImageStreamImportStatusImageStreamImportStatusBuilder. build()ImageStreamImportStatusImageStreamImportFluent. buildStatus()ImageStreamImportStatusImageStreamImport. getStatus()The image stream import resource provides an easy way for a user to find and import container images from other container image registries into the server.Methods in io.fabric8.openshift.api.model with parameters of type ImageStreamImportStatus Modifier and Type Method Description protected voidImageStreamImportStatusFluent. copyInstance(ImageStreamImportStatus instance)ImageStreamImportFluent.StatusNested<A>ImageStreamImportFluent. editOrNewStatusLike(ImageStreamImportStatus item)voidImageStreamImport. setStatus(ImageStreamImportStatus status)The image stream import resource provides an easy way for a user to find and import container images from other container image registries into the server.ImageStreamImportFluent.StatusNested<A>ImageStreamImportFluent. withNewStatusLike(ImageStreamImportStatus item)AImageStreamImportFluent. withStatus(ImageStreamImportStatus status)Constructors in io.fabric8.openshift.api.model with parameters of type ImageStreamImportStatus Constructor Description ImageStreamImport(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ImageStreamImportSpec spec, ImageStreamImportStatus status)ImageStreamImportStatusBuilder(ImageStreamImportStatus instance)ImageStreamImportStatusBuilder(ImageStreamImportStatusFluent<?> fluent, ImageStreamImportStatus instance)ImageStreamImportStatusFluent(ImageStreamImportStatus instance)
-