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 VolumeProjectionVolumeProjectionBuilder. build()VolumeProjectionProjectedVolumeSourceFluent. buildFirstSource()VolumeProjectionProjectedVolumeSourceFluent. buildLastSource()VolumeProjectionProjectedVolumeSourceFluent. buildMatchingSource(Predicate<VolumeProjectionBuilder> predicate)VolumeProjectionProjectedVolumeSourceFluent. 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)AProjectedVolumeSourceFluent. addToSources(int index, VolumeProjection item)AProjectedVolumeSourceFluent. addToSources(VolumeProjection... items)protected voidVolumeProjectionFluent. copyInstance(VolumeProjection instance)AProjectedVolumeSourceFluent. removeFromSources(VolumeProjection... items)ProjectedVolumeSourceFluent.SourcesNested<A>ProjectedVolumeSourceFluent. setNewSourceLike(int index, VolumeProjection item)AProjectedVolumeSourceFluent. setToSources(int index, VolumeProjection item)AProjectedVolumeSourceFluent. withSources(VolumeProjection... sources)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type VolumeProjection Modifier and Type Method Description AProjectedVolumeSourceFluent. addAllToSources(Collection<VolumeProjection> items)AProjectedVolumeSourceFluent. removeAllFromSources(Collection<VolumeProjection> items)voidProjectedVolumeSource. setSources(List<VolumeProjection> sources)AProjectedVolumeSourceFluent. 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)
-