# Functions
AssertErrorMatch will fail if the error doesn't match the provided error.
AssertNoError will fail if the provided err value is an error.
MatchErrorString takes a string and matches on the error and returns true if the string matches the error.
NewGitRepository creates a new GitRepository.
No description provided by the author
NewKustomizationAutoDeployer creates and returns a new KustomizationDeployer.
NewRepository creates and initialises a new git repository in a temporary directory, with an initial commit with a README file.
UpdateRepoStatus applies changes from an update function to a GitRepository and sets the LastUpdateTime at the same time.
# Constants
This is the default branch for the GitRepository created by NewGitRepository.
This is the default name of the GitRepository created by NewGitRepository.
This is the default name of the Kustomization created by NewKustomization.
No description provided by the author
# Variables
CommitIDs is just a slice of SHA1s.
# Structs
TestRepository is a self-contained Git repository used in testing.