| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
NamedContext |
NamedContextBuilder.build() |
NamedContext |
ConfigFluent.buildContext(int index) |
NamedContext |
ConfigFluent.buildFirstContext() |
NamedContext |
ConfigFluent.buildLastContext() |
NamedContext |
ConfigFluent.buildMatchingContext(Predicate<NamedContextBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedContext> |
ConfigFluent.buildContexts() |
List<NamedContext> |
Config.getContexts() |
| Modifier and Type | Method and Description |
|---|---|
ConfigFluent.ContextsNested<A> |
ConfigFluent.addNewContextLike(NamedContext item) |
A |
ConfigFluent.addToContexts(int index,
NamedContext item) |
A |
ConfigFluent.addToContexts(NamedContext... items) |
protected void |
NamedContextFluent.copyInstance(NamedContext instance) |
A |
ConfigFluent.removeFromContexts(NamedContext... items) |
ConfigFluent.ContextsNested<A> |
ConfigFluent.setNewContextLike(int index,
NamedContext item) |
A |
ConfigFluent.setToContexts(int index,
NamedContext item) |
A |
ConfigFluent.withContexts(NamedContext... contexts) |
NamedExtensionFluent.NamedContextExtensionNested<A> |
NamedExtensionFluent.withNewNamedContextExtensionLike(NamedContext item) |
WatchEventFluent.NamedContextObjectNested<A> |
WatchEventFluent.withNewNamedContextObjectLike(NamedContext item) |
| Modifier and Type | Method and Description |
|---|---|
A |
ConfigFluent.addAllToContexts(Collection<NamedContext> items) |
A |
ConfigFluent.removeAllFromContexts(Collection<NamedContext> items) |
void |
Config.setContexts(List<NamedContext> contexts) |
A |
ConfigFluent.withContexts(List<NamedContext> contexts) |
| Constructor and Description |
|---|
NamedContextBuilder(NamedContext instance) |
NamedContextBuilder(NamedContextFluent<?> fluent,
NamedContext instance) |
NamedContextFluent(NamedContext instance) |
| Constructor and Description |
|---|
Config(String apiVersion,
List<NamedCluster> clusters,
List<NamedContext> contexts,
String currentContext,
List<NamedExtension> extensions,
String kind,
Preferences preferences,
List<NamedAuthInfo> users) |
Copyright © 2015–2023 Red Hat. All rights reserved.