Versions in this module Expand all Collapse all v2 v2.10.0-nightly Dec 24, 2025 v2.9.0 Dec 20, 2025 Changes in this version + func AppendKustomizeIntegration(dstIt *v1.Integration, destinationDir string, overwrite bool) error + func AppendKustomizePipe(dstPipe *v1.Pipe, destinationDir string, overwrite bool) error + func CloneGitProject(gitConf v1.GitConfigSpec, dir, secretToken string) (*git.Repository, error) + func EditIntegration(it *v1.Integration, kit *v1.IntegrationKit, toNamespace, toOperator string) *v1.Integration + func EditPipe(kb *v1.Pipe, it *v1.Integration, kit *v1.IntegrationKit, ...) *v1.Pipe + func GitToken(ctx context.Context, c client.Client, namespace, secret string) (string, error)