# Functions
KubeJSONToObjects converts the results of "kubectl apply ..
ObjsToResults diffs old and new object slices to generate a slice of apply results for display to the user.
ResultsTextTable returns a pretty table that summarizes the results of a kubectl apply run.
# Structs
KubeMetadata is basic metadata about an object or list.
Result represents the result of running "kubectl apply" for a single manifest.
TypedKubeObj is a typed object that is returned by the kube API.
# Interfaces
TypedObj is an interface used for extracting metadata from Kubernetes objects.