source-controller/docs/spec/v1
Dipti Pai 61f9eb28fc Sparse Checkout Directories in GitRepositories.
- Add `.spec.sparseCheckout` and `.status.observedSparseCheckout` fields to `GitRepository`.
    - Add controller support to send the sparse checkout directories to go-git via pkg methods.
    - Use `.status/observedSparseCheckout` to detect drift in configuration.
    - Trim leading "./" in directory paths.
    - Validate spec configuration by checking directories specified in spec exist in the cloned repository after successful checkout
    - Add tests for testing the observed sparse checkout behavior.
    - Add docs describing the new fields.

Signed-off-by: Dipti Pai <diptipai89@outlook.com>
2025-04-23 09:30:10 -07:00
..
README.md Add API docs for Bucket v1 2024-08-23 13:57:38 +03:00
buckets.md minor updates to links and AAD reference 2025-02-28 16:51:14 +00:00
gitrepositories.md Sparse Checkout Directories in GitRepositories. 2025-04-23 09:30:10 -07:00
helmcharts.md docs: Add API spec for Helm v1 2024-05-02 16:19:48 +03:00
helmrepositories.md docs: Remove deprecated aad-pod-identity 2024-05-02 16:23:00 +03:00

README.md

source.toolkit.fluxcd.io/v1

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

Specification

Implementation

Consumers