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()VolumeProjectionProjectedVolumeSourceFluentImpl. buildFirstSource()VolumeProjectionProjectedVolumeSourceFluent. buildLastSource()VolumeProjectionProjectedVolumeSourceFluentImpl. buildLastSource()VolumeProjectionProjectedVolumeSourceFluent. buildMatchingSource(Predicate<VolumeProjectionBuilder> predicate)VolumeProjectionProjectedVolumeSourceFluentImpl. buildMatchingSource(Predicate<VolumeProjectionBuilder> predicate)VolumeProjectionProjectedVolumeSourceFluent. buildSource(int index)VolumeProjectionProjectedVolumeSourceFluentImpl. 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 AProjectedVolumeSourceFluent. addAllToSources(Collection<VolumeProjection> items)AProjectedVolumeSourceFluentImpl. addAllToSources(Collection<VolumeProjection> items)AProjectedVolumeSourceFluent. removeAllFromSources(Collection<VolumeProjection> items)AProjectedVolumeSourceFluentImpl. removeAllFromSources(Collection<VolumeProjection> items)voidProjectedVolumeSource. setSources(List<VolumeProjection> sources)AProjectedVolumeSourceFluent. withSources(List<VolumeProjection> sources)AProjectedVolumeSourceFluentImpl. 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)
-