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
ProjectedVolumeSourceFluent. buildLastSource()
VolumeProjection
ProjectedVolumeSourceFluent. buildMatchingSource(Predicate<VolumeProjectionBuilder> predicate)
VolumeProjection
ProjectedVolumeSourceFluent. 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>
ProjectedVolumeSource. getSources()
Methods in io.fabric8.kubernetes.api.model with parameters of type VolumeProjection Modifier and Type Method Description ProjectedVolumeSourceFluent.SourcesNested<A>
ProjectedVolumeSourceFluent. addNewSourceLike(VolumeProjection item)
A
ProjectedVolumeSourceFluent. addToSources(int index, VolumeProjection item)
A
ProjectedVolumeSourceFluent. addToSources(VolumeProjection... items)
protected void
VolumeProjectionFluent. copyInstance(VolumeProjection instance)
A
ProjectedVolumeSourceFluent. removeFromSources(VolumeProjection... items)
ProjectedVolumeSourceFluent.SourcesNested<A>
ProjectedVolumeSourceFluent. setNewSourceLike(int index, VolumeProjection item)
A
ProjectedVolumeSourceFluent. setToSources(int index, VolumeProjection item)
A
ProjectedVolumeSourceFluent. withSources(VolumeProjection... sources)
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
ProjectedVolumeSourceFluent. removeAllFromSources(Collection<VolumeProjection> items)
void
ProjectedVolumeSource. setSources(List<VolumeProjection> sources)
A
ProjectedVolumeSourceFluent. 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)
VolumeProjectionFluent(VolumeProjection instance)
Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type VolumeProjection Constructor Description ProjectedVolumeSource(Integer defaultMode, List<VolumeProjection> sources)
-