Versions in this module Expand all Collapse all v0 v0.2.0 Oct 17, 2023 Changes in this version + const DefaultGitRepositoryBranch + const DefaultGitRepositoryName + const DefaultKustomizationName + const DefaultNamespace + var CommitIDs = []string + func AssertErrorMatch(t *testing.T, s string, e error) + func AssertNoError(t *testing.T, err error) + func MatchErrorString(t *testing.T, s string, e error) bool + func NewGitRepository(opts ...func(*sourcev1.GitRepository)) *sourcev1.GitRepository + func NewKustomization(gr *sourcev1.GitRepository, opts ...func(*kustomizev1.Kustomization)) *kustomizev1.Kustomization + func NewKustomizationAutoDeployer(opts ...func(*deployerv1.KustomizationAutoDeployer)) *deployerv1.KustomizationAutoDeployer + func UpdateRepoStatus(t *testing.T, k8sClient client.Client, repo *sourcev1.GitRepository, ...) + type TestRepository struct + Base string + Dir string + Repository *git.Repository + func NewRepository(t *testing.T) *TestRepository + func (n *TestRepository) Head() string + func (n *TestRepository) WriteFileAndCommit(filename string, body []byte) string + func (n *TestRepository) WriteValueAndTag(filename string, v any) string v0.1.0 Jun 19, 2023