Skip to content

Commit 7ed6a09

Browse files
authored
Merge pull request #358 from fluxcd/backport-355-to-release/v2.1.x
[release/v2.1.x] Document controller options
2 parents a010aa8 + 9a6c1b5 commit 7ed6a09

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Source Watcher
22

3-
## API Specification
4-
5-
| Kind | API Version |
6-
|---------------------------------------------------------|---------------------------------------|
7-
| [ArtifactGenerator](spec/v1beta1/artifactgenerators.md) | `source.extensions.fluxcd.io/v1beta1` |
8-
93
## Controller Specification
104

115
The source-watcher implements the `source.extensions.fluxcd.io` API that
@@ -45,4 +39,6 @@ with advanced source composition and decomposition patterns.
4539

4640
### Feature Gates
4741

48-
No feature gates are currently available for this controller.
42+
| Name | Default Value | Description |
43+
|----------------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
44+
| `DirectSourceFetch` | `false` | Enables fetching source objects (GitRepository, OCIRepository, Bucket, HelmChart, ExternalArtifact) directly from the API server using APIReader, bypassing the controller's cache. This can be useful when immediate consistency is required for source object reads. |

0 commit comments

Comments
 (0)