pkg/webhook/resourcesemantics/validation
Dave Protasowski 4e27b2e680
bump min k8s version to 1.32 (#3184)
* bump version strings

* bump go.mod

* run ./hack/update-deps.sh

* run ./hack/update-codegen.sh

* fix build

* fix fuzzing lib change

* switch fuzzers to use randfill

* run ./hack/update-deps.sh

* gofumpt file

* fix webhook build on go1.24

* ignore endpoint deprecation

* disable a staticcheck that isn't really that bad

* fix nolint directives

* don't use deprecated List and WatchFuncs

* fix deprecation of gengo.ExtractCommentTags

* apply demorgan's law where it makes sense
2025-06-10 21:07:45 +00:00
..
controller.go Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (#3107) 2024-10-21 15:07:27 +00:00
options.go Defaulting Controller options for all kind of webhooks (#2738) 2023-06-12 08:38:02 +00:00
options_test.go fix boilerplate (#2753) 2023-06-12 15:40:44 +00:00
reconcile_config.go Give users the ability to disable namespace ownership of webhook configurations (#3095) 2024-09-26 01:31:27 +00:00
reconcile_config_test.go gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
validation_admit.go bump min k8s version to 1.32 (#3184) 2025-06-10 21:07:45 +00:00
validation_admit_test.go gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
validation_deprecated_test.go gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00