Uses of Class
io.fabric8.kubernetes.api.model.ImageVolumeSource
-
Packages that use ImageVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of ImageVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ImageVolumeSource Modifier and Type Method Description ImageVolumeSource
ImageVolumeSourceBuilder. build()
ImageVolumeSource
VolumeFluent. buildImage()
ImageVolumeSource
Volume. getImage()
Volume represents a named volume in a pod that may be accessed by any container in the pod.Methods in io.fabric8.kubernetes.api.model with parameters of type ImageVolumeSource Modifier and Type Method Description protected void
ImageVolumeSourceFluent. copyInstance(ImageVolumeSource instance)
VolumeFluent.ImageNested<A>
VolumeFluent. editOrNewImageLike(ImageVolumeSource item)
void
Volume. setImage(ImageVolumeSource image)
Volume represents a named volume in a pod that may be accessed by any container in the pod.A
VolumeFluent. withImage(ImageVolumeSource image)
VolumeFluent.ImageNested<A>
VolumeFluent. withNewImageLike(ImageVolumeSource item)
-