source-controller/docs/spec/v1beta2
Paulo Gomes 262efc08bc
Add git-optimized-clones feature gate
OptimizedGitClones decreases resource utilization for GitRepository
reconciliations. It supports both go-git and libgit2 implementations
when cloning repositories using branches or tags.

This is an opt-out feature, which can be disabled by starting the
controller with the argument '--feature-gates=OptimizedGitClones=false'.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-05-11 14:39:21 +01:00
..
README.md Document HelmChart API v1beta2 spec 2022-03-11 10:04:14 +01:00
buckets.md Update docs with new conditions and events 2022-03-30 17:06:16 +05:30
gitrepositories.md Add git-optimized-clones feature gate 2022-05-11 14:39:21 +01:00
helmcharts.md Update the docs with a section regarding the cache usage 2022-04-02 18:13:59 +02:00
helmrepositories.md Update docs with new conditions and events 2022-03-30 17:06:16 +05:30

README.md

source.toolkit.fluxcd.io/v1beta2

This is the v1beta2 API specification for defining the desired state sources of Kubernetes clusters.

Specification

Implementation

Consumers