Uses of Class
io.fabric8.openshift.api.model.ImageBlobReferences
-
Packages that use ImageBlobReferences Package Description io.fabric8.openshift.api.model -
-
Uses of ImageBlobReferences in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageBlobReferences Modifier and Type Method Description ImageBlobReferencesImageBlobReferencesBuilder. build()Methods in io.fabric8.openshift.api.model that return types with arguments of type ImageBlobReferences Modifier and Type Method Description Map<String,ImageBlobReferences>ImageStreamLayers. getImages()images is a map between an image name and the names of the blobs and config that comprise the image.Map<String,ImageBlobReferences>ImageStreamLayersFluent. getImages()Methods in io.fabric8.openshift.api.model with parameters of type ImageBlobReferences Modifier and Type Method Description AImageStreamLayersFluent. addToImages(String key, ImageBlobReferences value)protected voidImageBlobReferencesFluent. copyInstance(ImageBlobReferences instance)Method parameters in io.fabric8.openshift.api.model with type arguments of type ImageBlobReferences Modifier and Type Method Description AImageStreamLayersFluent. addToImages(Map<String,ImageBlobReferences> map)AImageStreamLayersFluent. removeFromImages(Map<String,ImageBlobReferences> map)voidImageStreamLayers. setImages(Map<String,ImageBlobReferences> images)images is a map between an image name and the names of the blobs and config that comprise the image.<K,V>
AImageStreamLayersFluent. withImages(Map<String,ImageBlobReferences> images)Constructors in io.fabric8.openshift.api.model with parameters of type ImageBlobReferences Constructor Description ImageBlobReferencesBuilder(ImageBlobReferences instance)ImageBlobReferencesBuilder(ImageBlobReferencesFluent<?> fluent, ImageBlobReferences instance)ImageBlobReferencesFluent(ImageBlobReferences instance)
-