| Interface | Description |
|---|---|
| CallGenerator |
The interface Call generator.
|
| ConfigPersister | |
| PatchUtils.PatchCallFunc |
The Patch call func returns an okhttp call object.
|
| Watchable<T> | |
| WebSockets.SocketListener |
A simple interface for a listener on a web socket
|
| Class | Description |
|---|---|
| CallGeneratorParams | |
| ClientBuilder |
A Builder which allows the construction of
ApiClients in a fluent fashion. |
| Config | |
| CSRUtils | |
| FilePersister | |
| KubeConfig |
KubeConfig represents a kubernetes client configuration
|
| ListAccessor |
ListAccessor is a set of utils which accesses common fields from list objects dynamically
|
| ModelMapper |
Model mapper loads pre-built kubernetes models from classpath and manages their mapping between
their apiVersion and kind.
|
| Namespaces |
Namespaces provides a set of helpers for operating namespaces.
|
| ObjectAccessor |
ObjectAccessor is a set of utils which accesses common fields from objects dynamically
|
| PatchUtils |
Provides utility helper functions to send PATCH requests against kubernetes cluster.
|
| Preconditions |
support for different invariant checks, like for a example a non-null argument being passed to a
method that does not support nulls.
|
| ProxyContentTypeRequestBody | |
| SSLUtils | |
| Streams | |
| Strings | |
| Threads | |
| TypeAccessor | |
| Watch<T> |
Watch class implements watch mechansim of kubernetes.
|
| Watch.Response<T> |
Response class holds a watch response that has a `type` that can be ADDED, MODIFIED, DELETED
and ERROR.
|
| WebSockets | |
| WebSockets.Listener | |
| WebSocketStreamHandler |
WebSocketStreamHandler understands the Kubernetes streaming protocol and separates a single
WebSockets stream into a number of different streams using that protocol.
|
| Yaml | |
| Yaml.CustomConstructor |
Defines constructor logic for custom types in this library.
|
| Yaml.CustomRepresenter |
Copyright © 2021. All rights reserved.