package
2.3.3
Repository: https://github.com/antoshqqa/argo-cd.git
Documentation: pkg.go.dev

# Functions

NewDiffConfigBuilder create a new DiffConfigBuilder instance.
NewIgnoreDiffConfig creates a new NewIgnoreDiffConfig.
Normalize applies the full normalization on the lives and configs resources based on the provided DiffConfig.
StateDiff will apply all required normalizations and calculate the diffs between the live and the config/desired states.
StateDiffs will apply all required normalizations and calculate the diffs between the live and the config/desired states.

# Structs

DiffConfigBuilder is used as a safe way to create valid DiffConfigs.
IgnoreDiffConfig holds the ignore difference configurations defined in argo-cm as well as in the Application resource.
IgnoreDifference holds the configurations to be used while ignoring differences from live and desired states.
NormalizationResult holds the normalized lives and target resources.

# Interfaces

DiffConfig defines methods to retrieve the configurations used while applying diffs and normalizing resources.