Modifier and Type | Field and Description |
---|---|
protected HttpClient |
SimpleClientContext.httpClient |
Modifier and Type | Method and Description |
---|---|
HttpClient |
SimpleClientContext.getHttpClient() |
HttpClient |
HttpClientAware.getHttpClient() |
Constructor and Description |
---|
BaseClient(HttpClient httpClient,
Config config) |
BaseKubernetesClient(HttpClient httpClient,
Config config) |
DefaultKubernetesClient(HttpClient httpClient,
Config config) |
SimpleClientContext(Config config,
HttpClient httpClient) |
Modifier and Type | Field and Description |
---|---|
protected HttpClient |
OperationSupport.httpClient |
Modifier and Type | Method and Description |
---|---|
HttpClient |
OperationContext.getClient() |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
OperationSupport.handleResponse(HttpClient client,
HttpRequest.Builder requestBuilder,
Class<T> type)
Send an http request and handle the response.
|
protected <T> T |
OperationSupport.handleResponse(HttpClient client,
HttpRequest.Builder requestBuilder,
Class<T> type,
Map<String,String> parameters)
Send an http request and handle the response, optionally performing placeholder substitution to the response.
|
protected HttpResponse<InputStream> |
OperationSupport.retryWithExponentialBackoff(HttpClient client,
HttpRequest request) |
OperationContext |
OperationContext.withHttpClient(HttpClient client) |
Constructor and Description |
---|
OperationContext(HttpClient client,
Config config,
String plural,
String namespace,
String name,
String apiGroupName,
String apiGroupVersion,
boolean cascading,
Object item,
Map<String,String> labels,
Map<String,String[]> labelsNot,
Map<String,String[]> labelsIn,
Map<String,String[]> labelsNotIn,
Map<String,String> fields,
Map<String,String[]> fieldsNot,
String resourceVersion,
boolean reloadingFromServer,
long gracePeriodSeconds,
io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy,
boolean namespaceFromGlobalConfig,
boolean dryRun,
String selectorAsString) |
OperationSupport(HttpClient client,
Config config) |
Modifier and Type | Field and Description |
---|---|
protected HttpClient |
AbstractWatchManager.client |
Modifier and Type | Method and Description |
---|---|
LogWatchCallback |
LogWatchCallback.callAndWait(HttpClient client,
URL url) |
Constructor and Description |
---|
PortForwarderWebsocket(HttpClient client) |
WatchConnectionManager(HttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long websocketTimeout) |
WatchConnectionManager(HttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long websocketTimeout,
int maxIntervalExponent) |
WatchHTTPManager(HttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long connectTimeout) |
WatchHTTPManager(HttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long connectTimeout,
int maxIntervalExponent) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PodUpload.upload(HttpClient client,
PodOperationContext context,
OperationSupport operationSupport,
Path pathToUpload) |
static boolean |
PodUpload.uploadFileData(HttpClient client,
PodOperationContext context,
OperationSupport operationSupport,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClient.Builder.build() |
HttpClient |
HttpClient.Factory.createHttpClient(Config config) |
Modifier and Type | Class and Description |
---|---|
class |
OkHttpClientImpl |
Modifier and Type | Method and Description |
---|---|
static HttpClient |
HttpClientUtils.createHttpClient(Config config) |
Copyright © 2015–2022 Red Hat. All rights reserved.