package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
CreateThreeWayMergePatch reconciles a modified configuration with an original configuration, while preserving any changes or deletions made to the original configuration in the interim, and not overridden by the current configuration.
CreateTwoWayMergeMapPatch creates a patch from an original and modified JSON objects, encoded JSONMap.
No description provided by the author
CreateTwoWayMergePatch creates a patch that can be passed to StrategicMergePatch from an original document and a modified document, which are passed to the method as json encoded content.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MergeStrategicMergeMapPatchUsingLookupPatchMeta merges strategic merge patches retaining `null` fields and parallel lists.
MergingMapsHaveConflicts returns true if the left and right JSON interface objects overlap with different values in any key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StrategicMergeMapPatch applies a strategic merge patch.
No description provided by the author
StrategicMergePatch applies a strategic merge patch.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

JSONMap is a representations of JSON object encoded as map[string]interface{} where the children can be either map[string]interface{}, []interface{} or primitive type).