# Functions
DiffKube processes the results of a kubectl diff call in place of the default 'diff' command.
PrintFull prints out a table and the raw diffs for a results slice.
PrintSummary prints out a summary table for a results slice.
ResultsTable returns a table that summarizes a slice of result diffs.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
DiffConfig configures how Kubernetes diffs should be generated.
Result contains the results of diffing a single object.
Results contains all results from a given diff run.
# Type aliases
Operation describes whether a diff block represents a creation, deletion, or update.