Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRDDiff ¶
type CRDDiff struct {
Name string
Changes []FieldChange
}
type FieldChange ¶
type KatalogDiff ¶
KatalogDiff holds the structured difference between two Katalogs.
func ComputeKatalogDiff ¶
func ComputeKatalogDiff(from, to *katalog.Katalog) *KatalogDiff
ComputeKatalogDiff computes the structured diff between two Katalogs.
func (*KatalogDiff) Empty ¶
func (d *KatalogDiff) Empty() bool
func (*KatalogDiff) Print ¶
func (d *KatalogDiff) Print()
Click to show internal directories.
Click to hide internal directories.