Package io.fabric8.kubernetes.api.model
Interface ConfigMapVolumeSourceFluent.ItemsNested<N>
-
- All Superinterfaces:
Fluent<ConfigMapVolumeSourceFluent.ItemsNested<N>>
,KeyToPathFluent<ConfigMapVolumeSourceFluent.ItemsNested<N>>
,Nested<N>
- All Known Implementing Classes:
ConfigMapVolumeSourceFluentImpl.ItemsNestedImpl
- Enclosing interface:
- ConfigMapVolumeSourceFluent<A extends ConfigMapVolumeSourceFluent<A>>
public static interface ConfigMapVolumeSourceFluent.ItemsNested<N> extends Nested<N>, KeyToPathFluent<ConfigMapVolumeSourceFluent.ItemsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endItem()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.KeyToPathFluent
getKey, getMode, getPath, hasKey, hasMode, hasPath, withKey, withMode, withNewKey, withNewKey, withNewKey, withNewPath, withNewPath, withNewPath, withPath
-
-