Commit 623ee7a
committed
Regenerate CRDs and fix pre-existing vet warning after k8s 0.36 bump
Following the kubernetes group bump to 0.36.0:
- Regenerate CRDs to drop the stale `ProcMountType` feature-flag
description (the feature was promoted to GA in upstream Kubernetes
1.36, so the description text was simplified).
- Fix a pre-existing printf-style call to `EventRecorder.Eventf` that
passed `repoName` as a vararg without a matching format directive.
Go 1.26's stricter vet (now in use after the go.mod toolchain bump)
flags this; older vet did not.1 parent 3582748 commit 623ee7a
2 files changed
Lines changed: 1 addition & 5 deletions
File tree
- config/dev/crd/bases
- internal/controller/postgrescluster
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10654 | 10654 | | |
10655 | 10655 | | |
10656 | 10656 | | |
10657 | | - | |
10658 | 10657 | | |
10659 | 10658 | | |
10660 | 10659 | | |
| |||
16500 | 16499 | | |
16501 | 16500 | | |
16502 | 16501 | | |
16503 | | - | |
16504 | 16502 | | |
16505 | 16503 | | |
16506 | 16504 | | |
| |||
30818 | 30816 | | |
30819 | 30817 | | |
30820 | 30818 | | |
30821 | | - | |
30822 | 30819 | | |
30823 | 30820 | | |
30824 | 30821 | | |
| |||
36663 | 36660 | | |
36664 | 36661 | | |
36665 | 36662 | | |
36666 | | - | |
36667 | 36663 | | |
36668 | 36664 | | |
36669 | 36665 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2514 | 2514 | | |
2515 | 2515 | | |
2516 | 2516 | | |
2517 | | - | |
| 2517 | + | |
2518 | 2518 | | |
2519 | 2519 | | |
2520 | 2520 | | |
| |||
0 commit comments