package
1.22.6
Repository: https://github.com/jenkins-x/lighthouse.git
Documentation: pkg.go.dev

# Functions

FilterChanges determines which of the changes are relevant for config updating, returning mapping of config map to key to cmName to update that key from.
Update updates the configmap with the data from the identified files.

# Structs

ConfigMapID is a name/namespace combination that identifies a config map.
ConfigMapUpdate is populated with information about a config map that should be updated.

# Interfaces

FileGetter knows how to get the contents of a file by name.