All Classes and Interfaces
Class
Description
This class is used to parse the ConfigMap returned from the Kubernetes API.
This RemoteConfigurationSource will continuously poll the Kubernetes API for a ConfigMap containing the
RemoteConfiguration object.
This
PollingRemoteConfigurationSource class provides a generic polling implementation
for remote configuration sources.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
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