Uses of Class
io.fabric8.kubernetes.api.model.ProjectedVolumeSource
-
Packages that use ProjectedVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of ProjectedVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ProjectedVolumeSource Modifier and Type Method Description ProjectedVolumeSource
ProjectedVolumeSourceBuilder. build()
ProjectedVolumeSource
VolumeFluent. buildProjected()
ProjectedVolumeSource
Volume. getProjected()
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 ProjectedVolumeSource Modifier and Type Method Description protected void
ProjectedVolumeSourceFluent. copyInstance(ProjectedVolumeSource instance)
VolumeFluent.ProjectedNested<A>
VolumeFluent. editOrNewProjectedLike(ProjectedVolumeSource item)
void
Volume. setProjected(ProjectedVolumeSource projected)
Volume represents a named volume in a pod that may be accessed by any container in the pod.VolumeFluent.ProjectedNested<A>
VolumeFluent. withNewProjectedLike(ProjectedVolumeSource item)
A
VolumeFluent. withProjected(ProjectedVolumeSource projected)
-