| Interface | Description |
|---|---|
| InputStreamPumper.Writable | |
| KubernetesVersionFactory.VersionFactory<T extends KubernetesVersionFactory.Version> |
| Class | Description |
|---|---|
| ApiVersionUtil | |
| BackwardsCompatibilityInterceptor | |
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| CachedSingleThreadScheduler |
Maintains a single thread daemon scheduler, which will terminate the thread
when not in use.
|
| CreateOrReplaceHelper<T extends io.fabric8.kubernetes.api.model.HasMetadata> | |
| DeleteAndCreateHelper<T extends io.fabric8.kubernetes.api.model.HasMetadata> | |
| ExponentialBackoffIntervalCalculator | |
| HttpClientUtils | |
| ImpersonatorInterceptor | |
| InputStreamPumper | |
| IOHelpers | |
| IpAddressMatcher | |
| KubernetesResourceUtil | |
| KubernetesVersionFactory |
A factory that is creating a version instance for a given version string.
|
| KubernetesVersionFactory.KubernetesVersion |
A kubernetes version.
|
| KubernetesVersionFactory.NonKubernetesVersion |
A non kubernetes version which is any version string that does not start with a 'v'.
|
| KubernetesVersionFactory.Version | |
| KubernetesVersionPriority |
A util class that allows to deal with kubernetes versions.
|
| OpenIDConnectionUtils |
Utility class for OpenID token refresh.
|
| OptionalDependencyWrapper | |
| PodOperationUtil | |
| PodStatusUtil | |
| ReflectUtils | |
| ReplaceValueStream |
Replaces template parameter values in the stream to avoid
parsing issues of templates with numeric expressions
|
| ResourceCompare | |
| SerialExecutor |
See
Executor docs
Effectively creates a derived single thread executor |
| Serialization | |
| TokenRefreshInterceptor |
Interceptor for handling expired OIDC tokens.
|
| URLFromServiceUtil | |
| URLUtils | |
| URLUtils.URLBuilder | |
| Utils | |
| WatcherToggle<T> |
A utility class to enable and disable callbacks to a watcher instance.
|
Copyright © 2015–2022 Red Hat. All rights reserved.