Package io.fabric8.kubernetes.api.model
Interface ConfigMapProjectionFluent.ItemsNested<N>
-
- All Superinterfaces:
Fluent<ConfigMapProjectionFluent.ItemsNested<N>>
,KeyToPathFluent<ConfigMapProjectionFluent.ItemsNested<N>>
,Nested<N>
- All Known Implementing Classes:
ConfigMapProjectionFluentImpl.ItemsNestedImpl
- Enclosing interface:
- ConfigMapProjectionFluent<A extends ConfigMapProjectionFluent<A>>
public static interface ConfigMapProjectionFluent.ItemsNested<N> extends Nested<N>, KeyToPathFluent<ConfigMapProjectionFluent.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
-
-