# Functions
BuildTerminatedPodsInfo retrieves the terminated pod information, bundled into a slice of the informational struct.
GetNamespace will retrieve the current namespace from the provided namespace or kubeconfig file of the caller or handle the return of the all namespaces shortcut when the flag is set.
Run returns the pod information for those that have been OOMKilled, this provides the plugin functionality.
TerminatedPodsFilter is used to filter for pods that contain a terminated container, with an exit code of 137 (OOMKilled).
# Structs
MemoryInfo is the container resource requests, specific to the memory limit and requests.
TerminatedPodInfo is a wrapper struct around an OOMKilled Pod's information.
# Type aliases
TerminatedPods is a wrapper type around multiple TerminatedPodInfo structs.