Skip to content

Commit

Permalink
feat(datasource/kubernetes-api): add flux types (#23442)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 19, 2023
1 parent 0a311c8 commit 3101674
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/kubernetes-api.json5
Expand Up @@ -110,4 +110,17 @@
// https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-27
// https://kubernetes.io/docs/reference/using-api/deprecation-guide/#csistoragecapacity-v127
CSIStorageCapacity: ['storage.k8s.io/v1beta1', 'storage.k8s.io/v1'],
// https://github.com/fluxcd/flux2/releases/tag/v2.0.0
GitRepository: [
'source.toolkit.fluxcd.io/v1beta2',
'source.toolkit.fluxcd.io/v1',
],
Kustomization: [
'source.toolkit.fluxcd.io/v1beta2',
'source.toolkit.fluxcd.io/v1',
],
Receiver: [
'notification.toolkit.fluxcd.io/v1beta2',
'notification.toolkit.fluxcd.io/v1',
],
}
2 changes: 2 additions & 0 deletions lib/modules/datasource/kubernetes-api/readme.md
@@ -1,4 +1,6 @@
Kubernetes API upgrade versions are manually transcribed from the [Kubernetes API deprecation guide][1].
The Kubernetes API deprecation guide is updated regularly, so this list may be out of date.
This also contains some flux custom resources which where also manually added from [flux releases][2].

[1]: https://kubernetes.io/docs/reference/using-api/deprecation-guide/
[2]: https://github.com/fluxcd/flux2/releases

0 comments on commit 3101674

Please sign in to comment.