| Class | Description |
|---|---|
| ConfigSet |
This class is used to parse the ConfigMap returned from the Kubernetes API.
|
| KubernetesConfigMapRemoteConfigurationConfig | |
| KubernetesConfigMapRemoteConfigurationSource<T> |
This RemoteConfigurationSource will continuously poll the Kubernetes API for a ConfigMap containing the
RemoteConfiguration object.
|
| V1ConfigMap |
Custom object for Kubernetes
V1ConfigMap
We define the fields we need here instead of pulling all K8s APIs
to keep the size of the jar small
|
| V1ObjectMeta |
Custom object for Kubernetes configmap metadata
name: The name of the kubernetes resource
namespace: The namespace of the kubernetes resource
resourceVersion: The version of the kubernetes resource
|