# Functions
NewObjectMonitor - param name: name of the k8s object to monitor param namespace: namespace of the object to monitor param create: func that creates the specific type of k8s object for monitoring purposes (e.g.
No description provided by the author
# Structs
ObjectMonitor - Watches a particular kubernetes object through k8s API.
ObjectMonitorManager - Allows watching multiple k8s objects of the same type in the same namespace through k8s API.
# Interfaces
No description provided by the author
No description provided by the author
WatchEventHandler - Handles watch events relayed by Monitor TODO: check if End() could be changed to accept *watch.Event.
WatchObject - Is a wrapper around Watch (implemented by v1.SecretInterface, v1.PodInterface etc.).
# Type aliases
CreateWatchObject - A function that creates a WatchObject to be watched (monitored).