package
0.3.1
Repository: https://github.com/namoshek/kustomize-diff.git
Documentation: pkg.go.dev

# Functions

Creates the diff for two manifest files, each containing multiple manifests separated by the YAML separator '---'.
Creates the diff for two manifests.
Filters all common manifests with identical content from the given manifest maps.
Returns a list of MD5 hashes for all manifests in the given input maps.
Creates and prints the diff for two manifests.
Splits the given Kustomization into individual manifests per object.

# Structs

A manifest describes a Kubernetes object with the most important parameters and its content.
The diff between two manifests.

# Type aliases

This type contains the manifest hash as key and the manifest itself as value.
This type is a convenience layer on top of a generic map and represents a YAML object.