Uses of Class
io.fabric8.kubernetes.api.model.Context
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of Context in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Context Modifier and Type Method Description ContextContextBuilder. build()ContextNamedContextFluent. buildContext()ContextNamedContextFluentImpl. buildContext()ContextDoneableContext. done()ContextNamedContext. getContext()ContextNamedContextFluent. getContext()Deprecated.ContextNamedContextFluentImpl. getContext()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type Context Modifier and Type Method Description NamedContextFluent.ContextNested<A>NamedContextFluent. editOrNewContextLike(Context item)NamedContextFluent.ContextNested<A>NamedContextFluentImpl. editOrNewContextLike(Context item)voidNamedContext. setContext(Context context)ANamedContextFluent. withContext(Context context)ANamedContextFluentImpl. withContext(Context context)AWatchEventFluent. withContextObject(Context contextObject)AWatchEventFluentImpl. withContextObject(Context contextObject)NamedContextFluent.ContextNested<A>NamedContextFluent. withNewContextLike(Context item)NamedContextFluent.ContextNested<A>NamedContextFluentImpl. withNewContextLike(Context item)WatchEventFluent.ContextObjectNested<A>WatchEventFluent. withNewContextObjectLike(Context item)WatchEventFluent.ContextObjectNested<A>WatchEventFluentImpl. withNewContextObjectLike(Context item)Constructors in io.fabric8.kubernetes.api.model with parameters of type Context Constructor Description ContextBuilder(Context instance)ContextBuilder(ContextFluent<?> fluent, Context instance)ContextBuilder(ContextFluent<?> fluent, Context instance, Boolean validationEnabled)ContextBuilder(Context instance, Boolean validationEnabled)ContextFluentImpl(Context instance)DoneableContext(Context item)DoneableContext(Context item, Function<Context,Context> function)NamedContext(Context context, String name)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type Context Constructor Description DoneableContext(Function<Context,Context> function)DoneableContext(Function<Context,Context> function)DoneableContext(Context item, Function<Context,Context> function)DoneableContext(Context item, Function<Context,Context> function)