File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
content/en/flux/gitops-toolkit Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -35,21 +35,15 @@ Import package
3535import sourcev1 " github.com/fluxcd/source-controller/api/v1"
3636```
3737
38- and for ` OCIRepository ` objects:
39-
40- ``` go
41- import sourcev1b2 " github.com/fluxcd/notification-controller/api/v1beta2"
42- ```
43-
4438API Types
4539
4640| Name | Version |
4741| -------------------------------------------------------------| ---------|
4842| [ GitRepository] ( /flux/components/source/gitrepositories/ ) | v1 |
4943| [ HelmRepository] ( /flux/components/source/helmrepositories/ ) | v1 |
5044| [ HelmChart] ( /flux/components/source/helmcharts.md ) | v1 |
51- | [ OCIRepository] ( /flux/components/source/ocirepositories/ ) | v1beta2 |
5245| [ Bucket] ( /flux/components/source/buckets.md ) | v1beta2 |
46+ | [ OCIRepository] ( /flux/components/source/ocirepositories/ ) | v1 |
5347
5448### kustomize.toolkit.fluxcd.io
5549
You can’t perform that action at this time.
0 commit comments