-
Notifications
You must be signed in to change notification settings - Fork 482
Pull requests: kubernetes-sigs/controller-tools
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
🌱fix: resolve misspell false positives and bump golangci-lint to v2.12.2
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#1439
opened Jun 18, 2026 by
dongjiang1989
Member
Loading…
📖 doc(path): improve documentation about path behaviour
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
#1438
opened Jun 17, 2026 by
camilamacedo86
Member
Loading…
✨ Add options to suppress controller-gen version in generated output
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
needs-ok-to-test
Indicates a PR that requires an org member to verify it is safe to test.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1437
opened Jun 17, 2026 by
pedjak
Contributor
Loading…
✨ add ignore top level object and type metadata flag
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
needs-ok-to-test
Indicates a PR that requires an org member to verify it is safe to test.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1432
opened Jun 14, 2026 by
zak905
Loading…
🌱 refactor: replace interface{} with any (Go 1.18+)
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
ok-to-test
Indicates a non-member PR verified by an org member that is safe to test.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#1430
opened Jun 14, 2026 by
MD-Mushfiqur123
Loading…
✨feat: add non-fatal warning system for code generation diagnostics
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
needs-ok-to-test
Indicates a PR that requires an org member to verify it is safe to test.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1416
opened May 22, 2026 by
mattsu2020
Loading…
3 of 4 tasks
🐛Remove gopkg.in/yaml.v2 and migrate usage to gopkg.in/yaml.v3
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
ok-to-test
Indicates a non-member PR verified by an org member that is safe to test.
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
#1415
opened May 18, 2026 by
chimanjain
Loading…
🐛 Dedupe equal Default values in flattenAllOfInto
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
ok-to-test
Indicates a non-member PR verified by an org member that is safe to test.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1401
opened Apr 28, 2026 by
ravisastryk
Loading…
🐛 fix(crd): panic when parsing type aliases from indirectly imported packages
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1399
opened Apr 27, 2026 by
camilamacedo86
Member
Loading…
🐛 fix(crd): Fix duplicate MinProperties/MaxProperties
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1398
opened Apr 27, 2026 by
camilamacedo86
Member
Loading…
✨ chore(crd): Add a named EmbeddedObjectMeta type when generateEmbeddedObjectMeta is enabled
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1397
opened Apr 27, 2026 by
camilamacedo86
Member
Loading…
🌱 chore(ci): ensure proper cleanup of temporary directories even when tests fail
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
#1396
opened Apr 27, 2026 by
camilamacedo86
Member
Loading…
🌱 chore(ci/crd) Add new test to ensure that pointer embedded structs with the inline JSON tag works
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#1395
opened Apr 27, 2026 by
camilamacedo86
Member
Loading…
🐛 fix(crd): raises error message instead of crash when using unnamed struct types
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
#1394
opened Apr 27, 2026 by
camilamacedo86
Member
Loading…
🐛 fix(crd): +kubebuilder:default={} now includes nested field defaults in generated CRDs
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
#1392
opened Apr 27, 2026 by
camilamacedo86
Member
Loading…
⚠️ Deprecated +kubebuilder:validation:Required and +kubebuilder:validation:Optional markers in favor of shorter +required and +optional forms (both continue to work)
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
#1390
opened Apr 26, 2026 by
camilamacedo86
Member
Loading…
🐛 fix(controller-gen): correctly handle individual file paths (e.g.,paths=./apis/v1/types.go) instead of only accepting directories or recursive patterns.
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1389
opened Apr 21, 2026 by
camilamacedo86
Member
Loading…
✨ (crd): Add +kubebuilder:validation:AllOf marker to require all specified fields
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1388
opened Apr 21, 2026 by
camilamacedo86
Member
Loading…
🐛 (for all generators): fix being silently ignored when placed directly above var/const/func declarations without a blank line. Both with and without blank line styles now work
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
#1387
opened Apr 21, 2026 by
camilamacedo86
Member
Loading…
🌱 Add tests to improve coverage for IntOrStringWithEnumSlice
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#1385
opened Apr 21, 2026 by
dongjiang1989
Member
Loading…
✨ (crd): Add +kubebuilder:skip:description markers to omit package and spec descriptions
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1384
opened Apr 20, 2026 by
camilamacedo86
Member
Loading…
🐛 (applyconfiguration): Add year option to generator to ensure consistency behaviour
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1379
opened Apr 18, 2026 by
camilamacedo86
Member
Loading…
🐛Fix "literal not terminated" error for markers with unpaired backticks in Pattern
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1376
opened Apr 9, 2026 by
dongjiang1989
Member
Loading…
🐛 Fix marker parser misinterpreting number-ish strings as numeric literals
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
ok-to-test
Indicates a non-member PR verified by an org member that is safe to test.
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
tide/merge-method-squash
Denotes a PR that should be squashed by tide when it merges.
#1366
opened Mar 17, 2026 by
sivchari
Member
Loading…
✨Implement opaque declarative validation marker
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
ok-to-test
Indicates a non-member PR verified by an org member that is safe to test.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#1360
opened Mar 8, 2026 by
itzPranshul
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.