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