https://github.com/qdrant/kubernetes-api
API definitions for the Qdrant Kubernetes operator
https://github.com/qdrant/kubernetes-api
Last synced: about 1 month ago
JSON representation
API definitions for the Qdrant Kubernetes operator
- Host: GitHub
- URL: https://github.com/qdrant/kubernetes-api
- Owner: qdrant
- License: apache-2.0
- Created: 2024-08-29T14:46:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-31T13:23:48.000Z (about 1 month ago)
- Last Synced: 2026-03-31T15:13:28.770Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 594 KB
- Stars: 5
- Watchers: 8
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Qdrant Kubernetes API
This repository holds the API definitions and documentation for the Qdrant Kubernetes operator.
## Development
To generate the API code and docs, run:
```bash
make gen
```
## Releasing a new version
Create and push a new release branch like this:
```bash
git checkout -b releases/v1.2.3
git push origin releases/v1.2.3
```
A GitHub Action will create and tag a new release with the given version number. Important: the version number must be in the format `vX.Y.Z`, and prefixed with a `v`.
Deployment to different environments is coupled with operator release, please see [qdrant/operator: Release process](https://github.com/qdrant/operator?tab=readme-ov-file#release-process) for details.