Package io.fabric8.kubernetes.api.model
Interface ConfigFluent.ContextsNested<N>
-
- All Superinterfaces:
Fluent<ConfigFluent.ContextsNested<N>>
,NamedContextFluent<ConfigFluent.ContextsNested<N>>
,Nested<N>
- All Known Implementing Classes:
ConfigFluentImpl.ContextsNestedImpl
- Enclosing interface:
- ConfigFluent<A extends ConfigFluent<A>>
public static interface ConfigFluent.ContextsNested<N> extends Nested<N>, NamedContextFluent<ConfigFluent.ContextsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NamedContextFluent
NamedContextFluent.ContextNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endContext()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NamedContextFluent
buildContext, editContext, editOrNewContext, editOrNewContextLike, getContext, getName, hasContext, hasName, withContext, withName, withNewContext, withNewContextLike, withNewName, withNewName, withNewName
-
-