# Functions
MergeConfigs merges all input configuration.
# Constants
AllEvent to watch all events.
AllNamespaceIndicator represents a keyword for allowing all Kubernetes Namespaces.
CreateEvent when resource is created.
DeleteEvent when resource deleted.
Error level.
ErrorEvent on errors in resources.
Info level.
InfoEvent for insignificant Info events.
NormalEvent for Normal events.
No description provided by the author
UpdateEvent when resource is updated.
WarningEvent for warning events.
# Structs
No description provided by the author
Commands contains allowed verbs and resources.
Config Kubernetes configuration.
No description provided by the author
Filters contains configuration for built-in filters.
IngressRecommendations contains configuration for ingress recommendations.
KubernetesEvent contains configuration for Kubernetes events.
PodRecommendations contains configuration for pods recommendations.
Recommendations contains configuration for various recommendation insights.
RegexConstraints contains a list of allowed and excluded values.
Resource contains resources to watch.
No description provided by the author
UpdateSetting struct defines updateEvent fields specification.
# Type aliases
EventType to watch.
KubernetesResourceEventTypes contains events to watch for a resource.
Level type to store event levels.