source-controller/docs/spec/v1beta2
Sunny 71d3870e0a
Avoid skipping reconciliation
- Attempt short-circuiting clone only when the artifact is already in the
  storage.
- A successful no-op clone need not return an error, but a partial
  commit which contains only a hash + reference.
- On no-op clone, reconcileSource() populates the source build dir by
  copying the existing artifact and lets the reconciliation continue.
- Reconciliation is not skipped to allow other subreconcilers to operate
  on other parts of GitRepo object like include, ignore, etc, when
  attributes associated with them change but the remote repo has not
  changed.
- Add a function IsConcreteCommit() to differentiate between partial and
  concrete commit.
- Update and simplify go-git and libgit2 no-op clone tests.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-05-16 17:06:44 +05:30
..
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 Avoid skipping reconciliation 2022-05-16 17:06:44 +05:30
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