Uses of Class
io.fabric8.openshift.api.model.ImageStreamImportSpec
-
Packages that use ImageStreamImportSpec Package Description io.fabric8.openshift.api.model -
-
Uses of ImageStreamImportSpec in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageStreamImportSpec Modifier and Type Method Description ImageStreamImportSpecImageStreamImportSpecBuilder. build()ImageStreamImportSpecImageStreamImportFluent. buildSpec()ImageStreamImportSpecImageStreamImport. getSpec()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 ImageStreamImportSpec Modifier and Type Method Description protected voidImageStreamImportSpecFluent. copyInstance(ImageStreamImportSpec instance)ImageStreamImportFluent.SpecNested<A>ImageStreamImportFluent. editOrNewSpecLike(ImageStreamImportSpec item)voidImageStreamImport. setSpec(ImageStreamImportSpec spec)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.SpecNested<A>ImageStreamImportFluent. withNewSpecLike(ImageStreamImportSpec item)AImageStreamImportFluent. withSpec(ImageStreamImportSpec spec)Constructors in io.fabric8.openshift.api.model with parameters of type ImageStreamImportSpec Constructor Description ImageStreamImport(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ImageStreamImportSpec spec, ImageStreamImportStatus status)ImageStreamImportSpecBuilder(ImageStreamImportSpec instance)ImageStreamImportSpecBuilder(ImageStreamImportSpecFluent<?> fluent, ImageStreamImportSpec instance)ImageStreamImportSpecFluent(ImageStreamImportSpec instance)
-