Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(spec *platformv1.CapsuleSpec, changes []Change) (*platformv1.CapsuleSpec, error)
Types ¶
type Diff ¶
type Diff struct { From *platformv1.CapsuleSpec To *platformv1.CapsuleSpec FromBytes []byte ToBytes []byte Report *dyff.Report Changes []Change }
func Compare ¶
func Compare(from *platformv1.CapsuleSpec, to *platformv1.CapsuleSpec) (*Diff, error)
Click to show internal directories.
Click to hide internal directories.