Versions in this module Expand all Collapse all v1 v1.8.9 Sep 17, 2026 v1.8.8 Sep 17, 2026 Changes in this version + const ManifestYaml + const NoteNamespace + func AddNote(ctx context.Context, gitClient git.Client, drySha, commitSha string) error + func IsHydrated(ctx context.Context, gitClient git.Client, drySha, commitSha string) (bool, error) + func WriteForPaths(ctx context.Context, root *os.Root, repoUrl, drySha string, ...) (bool, error) + type CommitNote struct + DrySHA string + type RepoClientFactory interface + NewClient func(repo *v1alpha1.Repository, rootPath string) (git.Client, error) + func NewRepoClientFactory(gitCredsStore git.CredsStore, metricsServer *metrics.Server) RepoClientFactory + type Service struct + func NewService(gitCredsStore git.CredsStore, metricsServer *metrics.Server) *Service + func (s *Service) CommitHydratedManifests(ctx context.Context, r *apiclient.CommitHydratedManifestsRequest) (*apiclient.CommitHydratedManifestsResponse, error)