# Functions
Convert a Kubernetes Pod and ContainerStatus into a simpler Container model to store in the engine state.
No description provided by the author
No description provided by the author
No description provided by the author
Filter out any pods that are being deleted.
Checks to see if the given pod is allowed by the current filter.
No description provided by the author
No description provided by the author
No description provided by the author
NewKubernetesResourceWithFilter is just NewKubernetesResource but with a specified KubernetesApplyFilter.
No description provided by the author
PodCompare is a stable sort order for pods.
No description provided by the author
Convert a Kubernetes Pod into a list of simpler Container models to store in the engine state.
Pull out interesting error messages from the pod status.
copied from https://github.com/kubernetes/kubernetes/blob/aedeccda9562b9effe026bb02c8d3c539fc7bb77/pkg/kubectl/resource_printer.go#L692-L764 to match the status column of `kubectl get pods`.
SpanIDForPod creates a span ID for a given pod associated with a manifest.
# Variables
No description provided by the author
# Structs
Filter to determine whether a pod or resource belongs to the current KubernetesApply.
A KubernetesResource exposes a high-level status that summarizes the Pods we care about in a KubernetesDiscovery.