Interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1VolumeFluent.ProjectedNested<N>
- All Known Implementing Classes:
V1ProjectedVolumeSourceBuilder
,V1ProjectedVolumeSourceFluentImpl
public interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToSources
(Collection<io.kubernetes.client.openapi.models.V1VolumeProjection> items) addNewSourceLike
(io.kubernetes.client.openapi.models.V1VolumeProjection item) addToSources
(io.kubernetes.client.openapi.models.V1VolumeProjection... items) addToSources
(Integer index, io.kubernetes.client.openapi.models.V1VolumeProjection item) io.kubernetes.client.openapi.models.V1VolumeProjection
io.kubernetes.client.openapi.models.V1VolumeProjection
io.kubernetes.client.openapi.models.V1VolumeProjection
buildMatchingSource
(Predicate<V1VolumeProjectionBuilder> predicate) io.kubernetes.client.openapi.models.V1VolumeProjection
buildSource
(Integer index) List<io.kubernetes.client.openapi.models.V1VolumeProjection>
editMatchingSource
(Predicate<V1VolumeProjectionBuilder> predicate) editSource
(Integer index) List<io.kubernetes.client.openapi.models.V1VolumeProjection>
Deprecated.hasMatchingSource
(Predicate<V1VolumeProjectionBuilder> predicate) removeAllFromSources
(Collection<io.kubernetes.client.openapi.models.V1VolumeProjection> items) removeFromSources
(io.kubernetes.client.openapi.models.V1VolumeProjection... items) setNewSourceLike
(Integer index, io.kubernetes.client.openapi.models.V1VolumeProjection item) setToSources
(Integer index, io.kubernetes.client.openapi.models.V1VolumeProjection item) withDefaultMode
(Integer defaultMode) withSources
(io.kubernetes.client.openapi.models.V1VolumeProjection... sources) withSources
(List<io.kubernetes.client.openapi.models.V1VolumeProjection> sources)
-
Method Details
-
getDefaultMode
Integer getDefaultMode() -
withDefaultMode
-
hasDefaultMode
Boolean hasDefaultMode() -
addToSources
-
setToSources
-
addToSources
-
addAllToSources
-
removeFromSources
-
removeAllFromSources
-
removeMatchingFromSources
-
getSources
Deprecated.This method has been deprecated, please use method buildSources instead.- Returns:
- The buildable object.
-
buildSources
List<io.kubernetes.client.openapi.models.V1VolumeProjection> buildSources() -
buildSource
-
buildFirstSource
io.kubernetes.client.openapi.models.V1VolumeProjection buildFirstSource() -
buildLastSource
io.kubernetes.client.openapi.models.V1VolumeProjection buildLastSource() -
buildMatchingSource
io.kubernetes.client.openapi.models.V1VolumeProjection buildMatchingSource(Predicate<V1VolumeProjectionBuilder> predicate) -
hasMatchingSource
-
withSources
-
withSources
-
hasSources
Boolean hasSources() -
addNewSource
V1ProjectedVolumeSourceFluent.SourcesNested<A> addNewSource() -
addNewSourceLike
V1ProjectedVolumeSourceFluent.SourcesNested<A> addNewSourceLike(io.kubernetes.client.openapi.models.V1VolumeProjection item) -
setNewSourceLike
V1ProjectedVolumeSourceFluent.SourcesNested<A> setNewSourceLike(Integer index, io.kubernetes.client.openapi.models.V1VolumeProjection item) -
editSource
-
editFirstSource
V1ProjectedVolumeSourceFluent.SourcesNested<A> editFirstSource() -
editLastSource
V1ProjectedVolumeSourceFluent.SourcesNested<A> editLastSource() -
editMatchingSource
V1ProjectedVolumeSourceFluent.SourcesNested<A> editMatchingSource(Predicate<V1VolumeProjectionBuilder> predicate)
-