# Functions
No description provided by the author
RegisterNamespaceGeneratingHandler configures a NamespaceController to execute a NamespaceGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterNamespaceStatusHandler configures a NamespaceController to execute a NamespaceStatusHandler for every events observed.
RegisterPodGeneratingHandler configures a PodController to execute a PodGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterPodStatusHandler configures a PodController to execute a PodStatusHandler for every events observed.
RegisterServiceGeneratingHandler configures a ServiceController to execute a ServiceGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterServiceStatusHandler configures a ServiceController to execute a ServiceStatusHandler for every events observed.
# Interfaces
EndpointsCache interface for retrieving Endpoints resources in memory.
EndpointsClient interface for managing Endpoints resources in Kubernetes.
EndpointsController interface for managing Endpoints resources.
No description provided by the author
NamespaceCache interface for retrieving Namespace resources in memory.
NamespaceClient interface for managing Namespace resources in Kubernetes.
NamespaceController interface for managing Namespace resources.
PodCache interface for retrieving Pod resources in memory.
PodClient interface for managing Pod resources in Kubernetes.
PodController interface for managing Pod resources.
ServiceCache interface for retrieving Service resources in memory.
ServiceClient interface for managing Service resources in Kubernetes.
ServiceController interface for managing Service resources.
# Type aliases
NamespaceGeneratingHandler is the top-level handler that is executed for every Namespace event.
NamespaceStatusHandler is executed for every added or modified Namespace.
PodGeneratingHandler is the top-level handler that is executed for every Pod event.
PodStatusHandler is executed for every added or modified Pod.
ServiceGeneratingHandler is the top-level handler that is executed for every Service event.
ServiceStatusHandler is executed for every added or modified Service.