Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Differ ¶
type Differ interface {
// Diff computes and writes the diff between old and new YAML content.
// The header provides context (resource name, namespace, etc.).
Diff(w io.Writer, header string, old, new string) error
}
Differ is the interface for computing and printing diffs between two YAML strings.
Click to show internal directories.
Click to hide internal directories.