Versions in this module Expand all Collapse all v0 v0.5.2 Feb 16, 2026 v0.5.1 Feb 16, 2026 Changes in this version + type Differ struct + func NewDiffer(showTimestamp bool) *Differ + func (d *Differ) Diff(obj *unstructured.Unstructured) (string, error) + func (d *Differ) DiffDelete(obj *unstructured.Unstructured) (string, error) + func (d *Differ) SetIgnoreMeta(ignore bool) + func (d *Differ) SetIgnoreStatus(ignore bool) + type Printer struct + func NewPrinter(showTimestamp bool) *Printer + func (p *Printer) Diff(oldObj, newObj *unstructured.Unstructured) (string, error)