# Functions
DynamicProviderBuilder builds the dynamic provider.
NewNodeEventer creates an eventer that can discover and process node objects.
NewPodEventer creates an eventer that can discover and process pod objects.
NewServiceEventer creates an eventer that can discover and process service objects.
# Constants
ContainerPriority is the priority that container mappings are added to the provider.
NodePriority is the priority that node mappings are added to the provider.
PodPriority is the priority that pod mappings are added to the provider.
ServicePriority is the priority that service mappings are added to the provider.
# Interfaces
Eventer allows defining ways in which kubernetes resource events are observed and processed.