| Package | Description |
|---|---|
| io.fabric8.openshift.client | |
| io.fabric8.openshift.client.dsl.internal | |
| io.fabric8.openshift.client.internal |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftConfig |
OpenShiftConfigBuilder.build() |
OpenShiftConfig |
BaseOpenShiftClient.getConfiguration() |
OpenShiftConfig |
OpenshiftClientContext.getConfiguration() |
OpenShiftConfig |
DefaultOpenShiftClient.getConfiguration() |
OpenShiftConfig |
OpenShiftConfig.withOpenshiftApiGroupsEnabled(boolean openshiftApiGroupsEnabled)
Deprecated.
openshiftApiGroupsEnabled is no longer honored
|
static OpenShiftConfig |
OpenShiftConfig.wrap(Config config) |
| Modifier and Type | Method and Description |
|---|---|
static HttpClient |
OpenshiftAdapterSupport.adaptHttpClient(HttpClient httpClient,
OpenShiftConfig config)
Creates a new OkHttpClient from the provided one with OpenShift specific interceptors and configurations.
|
static boolean |
OpenshiftAdapterSupport.isOpenShiftAPIGroups(HttpClient client,
OpenShiftConfig config)
Check if OpenShift API Groups are available
|
| Constructor and Description |
|---|
DefaultOpenShiftClient(HttpClient httpClient,
OpenShiftConfig config) |
DefaultOpenShiftClient(okhttp3.OkHttpClient httpClient,
OpenShiftConfig config)
Deprecated.
use
DefaultOpenShiftClient(HttpClient, OpenShiftConfig) instead.
use OkHttpClientImpl(OkHttpClient) to wrap the client. |
DefaultOpenShiftClient(OpenShiftConfig config) |
OpenShiftConfigBuilder(OpenShiftConfig instance) |
OpenShiftConfigBuilder(OpenShiftConfig instance,
Boolean validationEnabled) |
OpenShiftConfigBuilder(OpenShiftConfigFluent<?> fluent,
OpenShiftConfig instance) |
OpenShiftConfigBuilder(OpenShiftConfigFluent<?> fluent,
OpenShiftConfig instance,
Boolean validationEnabled) |
OpenShiftConfigFluentImpl(OpenShiftConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftConfig |
OpenShiftOperation.getConfig() |
| Constructor and Description |
|---|
OpenShiftOAuthInterceptor(HttpClient client,
OpenShiftConfig config) |
Copyright © 2015–2020 Red Hat. All rights reserved.