Uses of Class
io.fabric8.kubernetes.api.model.VolumeProjection
-
Packages that use VolumeProjection Package Description io.fabric8.kubernetes.api.model -
-
Uses of VolumeProjection in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return VolumeProjection Modifier and Type Method Description VolumeProjection
VolumeProjectionBuilder. build()
VolumeProjection
ProjectedVolumeSourceFluent. buildFirstSource()
VolumeProjection
ProjectedVolumeSourceFluentImpl. buildFirstSource()
VolumeProjection
ProjectedVolumeSourceFluent. buildLastSource()
VolumeProjection
ProjectedVolumeSourceFluentImpl. buildLastSource()
VolumeProjection
ProjectedVolumeSourceFluent. buildMatchingSource(Predicate<VolumeProjectionBuilder> predicate)
VolumeProjection
ProjectedVolumeSourceFluentImpl. buildMatchingSource(Predicate<VolumeProjectionBuilder> predicate)
VolumeProjection
ProjectedVolumeSourceFluent. buildSource(int index)
VolumeProjection
ProjectedVolumeSourceFluentImpl. buildSource(int index)
Methods in io.fabric8.kubernetes.api.model that return types with arguments of type VolumeProjection Modifier and Type Method Description List<VolumeProjection>
ProjectedVolumeSourceFluent. buildSources()
List<VolumeProjection>
ProjectedVolumeSourceFluentImpl. buildSources()
List<VolumeProjection>
ProjectedVolumeSource. getSources()
List<VolumeProjection>
ProjectedVolumeSourceFluent. getSources()
Deprecated.List<VolumeProjection>
ProjectedVolumeSourceFluentImpl. getSources()
Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type VolumeProjection Modifier and Type Method Description A
ProjectedVolumeSourceFluent. addAllToSources(Collection<VolumeProjection> items)
A
ProjectedVolumeSourceFluentImpl. addAllToSources(Collection<VolumeProjection> items)
A
ProjectedVolumeSourceFluent. removeAllFromSources(Collection<VolumeProjection> items)
A
ProjectedVolumeSourceFluentImpl. removeAllFromSources(Collection<VolumeProjection> items)
void
ProjectedVolumeSource. setSources(List<VolumeProjection> sources)
A
ProjectedVolumeSourceFluent. withSources(List<VolumeProjection> sources)
A
ProjectedVolumeSourceFluentImpl. withSources(List<VolumeProjection> sources)
Constructors in io.fabric8.kubernetes.api.model with parameters of type VolumeProjection Constructor Description VolumeProjectionBuilder(VolumeProjection instance)
VolumeProjectionBuilder(VolumeProjectionFluent<?> fluent, VolumeProjection instance)
VolumeProjectionBuilder(VolumeProjectionFluent<?> fluent, VolumeProjection instance, Boolean validationEnabled)
VolumeProjectionBuilder(VolumeProjection instance, Boolean validationEnabled)
VolumeProjectionFluentImpl(VolumeProjection instance)
Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type VolumeProjection Constructor Description ProjectedVolumeSource(Integer defaultMode, List<VolumeProjection> sources)
-