Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Source Watcher

## API Specification

| Kind | API Version |
|---------------------------------------------------------|---------------------------------------|
| [ArtifactGenerator](spec/v1beta1/artifactgenerators.md) | `source.extensions.fluxcd.io/v1beta1` |

## Controller Specification

The source-watcher implements the `source.extensions.fluxcd.io` API that
Expand Down Expand Up @@ -46,4 +40,6 @@ with advanced source composition and decomposition patterns.

### Feature Gates

No feature gates are currently available for this controller.
| Name | Default Value | Description |
|----------------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `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. |
Loading