package
0.0.3
Repository: https://github.com/useproject/origin-elastic.git
Documentation: pkg.go.dev

# Functions

DiscoverKubernetesNode figures out the Kubernetes node to use.
GetKubernetesClient returns a kubernetes client.
NewMetaGenerator initializes and returns a new kubernetes metadata generator.
NewWatcher initializes the watcher client to provide a events handler for resource from the cluster (filtered to the given node).

# Structs

No description provided by the author
No description provided by the author
Event is kubernetes event.
FilteringResourceEventHandler applies the provided filter to all events coming in, ensuring the appropriate nested handler method is invoked.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResourceEventHandlerFuncs is an adaptor to let you easily specify as many or as few of the notification functions as you want while still implementing ResourceEventHandler.
WatchOptions controls watch behaviors.

# Interfaces

MetaGenerator builds metadata objects for pods and containers.
Resource is kind of kubernetes resource like pod, event, etc..
ResourceEventHandler can handle notifications for events that happen to a resource.
Watcher watches Kubernetes resources events.