Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetYamlFiles ¶
GetYamlFiles gets all YAML files in a directory
func ListChangedFiles ¶ added in v0.1.18
ListChangedFiles compares two directories and returns a list of files that have changed. It uses SHA-256 hashes to efficiently detect changes, additions, and modifications. Returns relative file paths of changed files.
Types ¶
type Resource ¶
type Resource struct {
FileName string
Yaml unstructured.Unstructured
Branch git.BranchType
}
Resource represents a Kubernetes resource from a YAML file
Click to show internal directories.
Click to hide internal directories.