Package io.fabric8.kubernetes.api.model
Interface NamedContextFluent<A extends NamedContextFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ConfigFluent.ContextsNested<N>,WatchEventFluent.NamedContextObjectNested<N>
- All Known Implementing Classes:
ConfigFluentImpl.ContextsNestedImpl,DoneableNamedContext,NamedContextBuilder,NamedContextFluentImpl,WatchEventFluentImpl.NamedContextObjectNestedImpl
public interface NamedContextFluent<A extends NamedContextFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNamedContextFluent.ContextNested<N> -
Method Summary
Modifier and Type Method Description ContextbuildContext()NamedContextFluent.ContextNested<A>editContext()NamedContextFluent.ContextNested<A>editOrNewContext()NamedContextFluent.ContextNested<A>editOrNewContextLike(Context item)ContextgetContext()Deprecated.StringgetName()BooleanhasContext()BooleanhasName()AwithContext(Context context)AwithName(String name)NamedContextFluent.ContextNested<A>withNewContext()NamedContextFluent.ContextNested<A>withNewContextLike(Context item)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
Method Details
-
getContext
Deprecated.This method has been deprecated, please use method buildContext instead.- Returns:
- The buildable object.
-
buildContext
Context buildContext() -
withContext
-
hasContext
Boolean hasContext() -
withNewContext
NamedContextFluent.ContextNested<A> withNewContext() -
withNewContextLike
-
editContext
NamedContextFluent.ContextNested<A> editContext() -
editOrNewContext
NamedContextFluent.ContextNested<A> editOrNewContext() -
editOrNewContextLike
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-