Skip to content

Commit 5acef7b

Browse files
committed
Add API docs for Bucket v1
Signed-off-by: Stefan Prodan <[email protected]>
1 parent cd48373 commit 5acef7b

File tree

3 files changed

+1384
-1
lines changed

3 files changed

+1384
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and is a core component of the [GitOps toolkit](https://fluxcd.io/flux/component
2222
| [OCIRepository](docs/spec/v1beta2/ocirepositories.md) | `source.toolkit.fluxcd.io/v1beta2` |
2323
| [HelmRepository](docs/spec/v1/helmrepositories.md) | `source.toolkit.fluxcd.io/v1` |
2424
| [HelmChart](docs/spec/v1/helmcharts.md) | `source.toolkit.fluxcd.io/v1` |
25-
| [Bucket](docs/spec/v1beta2/buckets.md) | `source.toolkit.fluxcd.io/v1beta2` |
25+
| [Bucket](docs/spec/v1/buckets.md) | `source.toolkit.fluxcd.io/v1` |
2626

2727
## Features
2828

docs/spec/v1/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This is the v1 API specification for defining the desired state sources of Kuber
88
+ [GitRepository](gitrepositories.md)
99
+ [HelmRepository](helmrepositories.md)
1010
+ [HelmChart](helmcharts.md)
11+
+ [Bucket](buckets.md)
1112

1213
## Implementation
1314

0 commit comments

Comments
 (0)