https://github.com/apecloud/block-index
KubeBlocks extensions "Blocks" registry index repository
https://github.com/apecloud/block-index
Last synced: 3 months ago
JSON representation
KubeBlocks extensions "Blocks" registry index repository
- Host: GitHub
- URL: https://github.com/apecloud/block-index
- Owner: apecloud
- License: apache-2.0
- Created: 2023-04-26T15:37:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T05:48:54.000Z (about 1 year ago)
- Last Synced: 2024-12-28T19:02:52.318Z (about 1 year ago)
- Size: 218 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# block-index
This is KubeBlocks' Addon and Plugin extensions index repository. It is meant to be useful only for extensions developers.
## Submitting new extensions
To learn how to create an `Addon` or `Plugin` extension and submit it to `block-index`, read the [Developer Guide][dev-guide]
and make a pull request to this repository.
## The `block-index` file and directory structure
```bash
addons/ # A directory containing `addons.extensions.kubeblocks.io` manifests.
applications/ # A directory containing `applications.extensions.kubeblocks.io` manifests.
cli-plugins/ # A directory containing `cliplugins.extensions.kubeblocks.io` manifests.
krew-plugins/ # A directory containing `plugins.krew.googlecontainertools.github.com` manifests.
```