Package io.fabric8.kubernetes.api.model
Interface VolumeProjectionFluent.DownwardAPINested<N>
-
- All Superinterfaces:
DownwardAPIProjectionFluent<VolumeProjectionFluent.DownwardAPINested<N>>
,Fluent<VolumeProjectionFluent.DownwardAPINested<N>>
,Nested<N>
- All Known Implementing Classes:
VolumeProjectionFluentImpl.DownwardAPINestedImpl
- Enclosing interface:
- VolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
public static interface VolumeProjectionFluent.DownwardAPINested<N> extends Nested<N>, DownwardAPIProjectionFluent<VolumeProjectionFluent.DownwardAPINested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.DownwardAPIProjectionFluent
DownwardAPIProjectionFluent.ItemsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endDownwardAPI()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.DownwardAPIProjectionFluent
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getItems, hasItems, hasMatchingItem, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withItems, withItems
-
-