Uses of Class
io.fabric8.openshift.api.model.BuildVolumeSource
-
Packages that use BuildVolumeSource Package Description io.fabric8.openshift.api.model -
-
Uses of BuildVolumeSource in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return BuildVolumeSource Modifier and Type Method Description BuildVolumeSourceBuildVolumeSourceBuilder. build()BuildVolumeSourceBuildVolumeFluent. buildSource()BuildVolumeSourceBuildVolume. getSource()BuildVolume describes a volume that is made available to build pods, such that it can be mounted into buildah's runtime environment.Methods in io.fabric8.openshift.api.model with parameters of type BuildVolumeSource Modifier and Type Method Description protected voidBuildVolumeSourceFluent. copyInstance(BuildVolumeSource instance)BuildVolumeFluent.SourceNested<A>BuildVolumeFluent. editOrNewSourceLike(BuildVolumeSource item)voidBuildVolume. setSource(BuildVolumeSource source)BuildVolume describes a volume that is made available to build pods, such that it can be mounted into buildah's runtime environment.BuildVolumeFluent.SourceNested<A>BuildVolumeFluent. withNewSourceLike(BuildVolumeSource item)ABuildVolumeFluent. withSource(BuildVolumeSource source)Constructors in io.fabric8.openshift.api.model with parameters of type BuildVolumeSource Constructor Description BuildVolume(List<BuildVolumeMount> mounts, String name, BuildVolumeSource source)BuildVolumeSourceBuilder(BuildVolumeSource instance)BuildVolumeSourceBuilder(BuildVolumeSourceFluent<?> fluent, BuildVolumeSource instance)BuildVolumeSourceFluent(BuildVolumeSource instance)
-