package
0.0.0-20200714085832-f408beefc360
Repository: https://github.com/istio/operator.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
ManifestDiffWithSelect checks the manifest differences with selected and ignored resources.
UnmarshalInlineYaml tries to unmarshal string values in obj into YAML objects at a given targetPath.
YAMLCmp compares two yaml texts, return a tree based diff text.
YAMLCmpWithIgnore compares two yaml texts, and ignores paths in ignorePaths.
# Structs
YAMLCmpReporter is a custom reporter to generate tree based diff for YAMLs, used by cmp.Equal().