kubernetes/test/integration/apiserver
Alexander Zielenski 2b01f63b11 move check for noop managed field timestamp updates
this check needs to go after any mutations. After the mutating admission chain, rest.BeforeUpdate (which is responsible for reverting updates to immutable timestamp fields, among other things.) is called in the store.Update function. Without moving this check, it will be possible for an object to be written to etcd with only a change to its managed fields timestamp.
2023-03-22 11:29:33 -07:00
..
admissionwebhook Fix MatchConditions webhook validation testing (#116784) 2023-03-21 21:38:35 -07:00
apply move check for noop managed field timestamp updates 2023-03-22 11:29:33 -07:00
cel always get fresh object before updating. 2023-03-08 15:17:58 -08:00
certreload Clean shutdown of test apiserver 2022-05-26 10:42:48 +02:00
discovery use longer timeouts to avoid flakes on heavily loaded systems 2023-03-21 14:18:34 -07:00
flowcontrol apiserver: finish implementation of borrowing in APF 2022-11-08 21:51:44 -08:00
openapi Rename enum integration test 2023-01-17 17:22:24 +00:00
podlogs Clear front proxy headers after authentication is complete 2023-03-21 10:51:22 -04:00
tracing graduate API Server tracing to beta 2023-03-07 21:39:39 +00:00
apiserver_test.go integration: TestCacheControl and TestHSTS close the ResponseBody 2022-08-17 13:29:01 +02:00
crd_regression_test.go regression test for exponential recursion bug on CRDs 2022-08-19 09:43:17 +02:00
crd_validation_expressions_test.go Implement MessageExpression. 2023-03-09 23:37:59 +00:00
cve_2021_29923_test.go Clean(er) shutdown of apiserver integration tests 2022-06-14 13:55:31 +02:00
export_test.go Clean(er) shutdown of apiserver integration tests 2022-06-14 13:55:31 +02:00
field_validation_test.go drop Enabled() checks for ServerSideFieldValidation feature gate 2023-01-26 14:16:58 +00:00
main_test.go
max_json_patch_operations_test.go Clean shutdown of test apiserver 2022-05-26 10:42:48 +02:00
max_request_body_bytes_test.go Clean shutdown of test apiserver 2022-05-26 10:42:48 +02:00
no_new_betas_test.go Clean(er) shutdown of apiserver integration tests 2022-06-14 13:55:31 +02:00
OWNERS Add jefftree to OWNERS 2022-12-20 19:30:42 +00:00
patch_test.go Clean(er) shutdown of apiserver integration tests 2022-06-14 13:55:31 +02:00
print_test.go Remove dep on gengo 2022-12-26 16:23:36 -08:00
timestamp_transformer_test.go managedfields: Move most of fieldmanager package to managefields 2023-03-08 13:44:00 -08:00
watchcache_test.go test/integration: add StartEtcd 2023-02-28 23:05:17 +01:00