source-controller/docs/spec/v1beta2
Paulo Gomes 331fd64952
gogit: Add new ForceGoGitImplementation FeatureGate
ForceGoGitImplementation ignores the value set for gitImplementation
and ensures that go-git is used for all GitRepository objects.
This can be used to confirm that Flux instances won't break if/when
the libgit2 implementation was to be deprecated.

When enabled, libgit2 won't be initialized, nor will any git2go cgo
code be called.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-11-11 10:25:00 +00:00
..
README.md Add OCIRepository API spec to docs 2022-08-02 13:07:07 +03:00
buckets.md Bucket: Add status.observedIgnore 2022-10-10 23:06:02 +05:30
gitrepositories.md gogit: Add new ForceGoGitImplementation FeatureGate 2022-11-11 10:25:00 +00:00
helmcharts.md Fix verification condition 2022-10-21 15:21:10 +02:00
helmrepositories.md Add docker-registry secrets to OCI doc 2022-08-26 15:49:50 +02:00
ocirepositories.md Fix verification condition 2022-10-21 15:21:10 +02:00

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