Skip to content

Add EntityType column to kubectl get for QdrantEntity#286

Merged
Robert-Stam merged 1 commit into
mainfrom
feat/qdrant-entity-entitytype-printcolumn
Jun 29, 2026
Merged

Add EntityType column to kubectl get for QdrantEntity#286
Robert-Stam merged 1 commit into
mainfrom
feat/qdrant-entity-entitytype-printcolumn

Conversation

@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor

Summary

  • Add a kubebuilder print column for spec.entityType on QdrantEntity
  • Regenerate CRD manifests so kubectl get qdrantentities / kubectl get qe shows EntityType alongside Phase and Age

Example

NAME                                      ENTITYTYPE                  PHASE   AGE
qe-8f4ade76-0e84-4a15-982f-38d658e67d31  serverless-space            Ready   2d
qe-c272e52a-2d9a-4225-b0a1-aa9ed3ab5781  serverless-backup           Creating  1h

Test plan

  • make manifests
  • Apply updated CRD and run kubectl get qe -n serverless

Made with Cursor

Show spec.entityType in the default printer columns so list output distinguishes serverless-space, serverless-backup, and other entity types without describing each resource.

Co-authored-by: Cursor <cursoragent@cursor.com>
@qdrant-cloud-bot qdrant-cloud-bot requested a review from a team as a code owner June 29, 2026 12:00

@Robert-Stam Robert-Stam left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Robert-Stam Robert-Stam merged commit 7f6dd08 into main Jun 29, 2026
5 checks passed
@Robert-Stam Robert-Stam deleted the feat/qdrant-entity-entitytype-printcolumn branch June 29, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants