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