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 ProjectedVolumeSourceProjectedVolumeSourceBuilder. build()ProjectedVolumeSourceVolumeFluent. buildProjected()ProjectedVolumeSourceVolume. 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 voidProjectedVolumeSourceFluent. copyInstance(ProjectedVolumeSource instance)VolumeFluent.ProjectedNested<A>VolumeFluent. editOrNewProjectedLike(ProjectedVolumeSource item)voidVolume. 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)AVolumeFluent. withProjected(ProjectedVolumeSource projected)
-