Package io.fabric8.kubernetes.api.model
Interface VolumeFluent.ProjectedNested<N>
-
- All Superinterfaces:
Fluent<VolumeFluent.ProjectedNested<N>>
,Nested<N>
,ProjectedVolumeSourceFluent<VolumeFluent.ProjectedNested<N>>
- All Known Implementing Classes:
VolumeFluentImpl.ProjectedNestedImpl
- Enclosing interface:
- VolumeFluent<A extends VolumeFluent<A>>
public static interface VolumeFluent.ProjectedNested<N> extends Nested<N>, ProjectedVolumeSourceFluent<VolumeFluent.ProjectedNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ProjectedVolumeSourceFluent
ProjectedVolumeSourceFluent.SourcesNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endProjected()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ProjectedVolumeSourceFluent
addAllToSources, addNewSource, addNewSourceLike, addToSources, addToSources, buildFirstSource, buildLastSource, buildMatchingSource, buildSource, buildSources, editFirstSource, editLastSource, editMatchingSource, editSource, getDefaultMode, getSources, hasDefaultMode, hasMatchingSource, hasSources, removeAllFromSources, removeFromSources, removeMatchingFromSources, setNewSourceLike, setToSources, withDefaultMode, withSources, withSources
-
-