Skip to content

Add categories to notification CRDs#1333

Merged
matheuscscp merged 1 commit into
fluxcd:mainfrom
josesiqueira:add-crd-categories
Jun 23, 2026
Merged

Add categories to notification CRDs#1333
matheuscscp merged 1 commit into
fluxcd:mainfrom
josesiqueira:add-crd-categories

Conversation

@josesiqueira

Copy link
Copy Markdown
Contributor

This adds the standard Flux resource categories to every CRD in this
repository so users can list Flux resources with kubectl, for example:

kubectl get fluxcd          # all Flux resources
kubectl get fluxcd-notifications   # all resources in this category
kubectl get all             # now includes Flux resources

Each CRD gets exactly three categories:

all
fluxcd
fluxcd-notifications

The CRDs were regenerated with make manifests.

Part of fluxcd/flux2#5947

Add the standard Flux resource categories to the Alert, Provider, and
Receiver CRDs so users can list Flux resources with kubectl using
category selectors:

  all                   every resource in the cluster
  fluxcd                every Flux resource
  fluxcd-notifications  every Flux notification resource

Regenerate the CRDs with make manifests.

Signed-off-by: José Siqueira <jose.siqueira.cerqueira@gmail.com>
Assisted-by: Claude/claude-opus-4-8

@matheuscscp matheuscscp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM! 🚀

@matheuscscp matheuscscp merged commit c087657 into fluxcd:main Jun 23, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants