Skip to content

API definitions for the Qdrant Kubernetes operator

License

Notifications You must be signed in to change notification settings

qdrant/kubernetes-api

Folders and files

NameName
Last commit message
Last commit date
Mar 20, 2025
Mar 24, 2025
Mar 24, 2025
Mar 24, 2025
Mar 14, 2025
Aug 29, 2024
Aug 29, 2024
Aug 29, 2024
Aug 29, 2024
Aug 29, 2024
Aug 29, 2024
Mar 18, 2025
Sep 10, 2024
Mar 18, 2025
Mar 18, 2025

Repository files navigation

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:

make gen

Releasing a new version

Create and push a new release branch like this:

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.