Commit 42c3000
committed
Add categories to the HelmRelease CRD
Add the standard Flux resource categories to the HelmRelease CRD so
users can list Flux resources with kubectl using category selectors:
all every resource in the cluster
fluxcd every Flux resource
fluxcd-appliers every Flux applier resource
Remove the +kubebuilder:resource marker from the older API version,
since it interferes with CRD generation, and regenerate the CRD.
Signed-off-by: José Siqueira <jose.siqueira.cerqueira@gmail.com>
Assisted-by: Claude/claude-opus-4-81 parent c6db1da commit 42c3000
3 files changed
Lines changed: 5 additions & 2 deletions
File tree
- api
- v2beta1
- v2
- config/crd/bases
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1431 | 1431 | | |
1432 | 1432 | | |
1433 | 1433 | | |
1434 | | - | |
| 1434 | + | |
1435 | 1435 | | |
1436 | 1436 | | |
1437 | 1437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1096 | 1096 | | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | | - | |
1100 | 1099 | | |
1101 | 1100 | | |
1102 | 1101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments