apiserver/pkg/registry/generic
Alexander Zielenski 29e89f54e2 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.

Kubernetes-commit: 2b01f63b115e19e8ac9f8ee8e00dde65c5f40290
2023-03-22 11:18:50 -07:00
..
registry move check for noop managed field timestamp updates 2023-03-22 11:18:50 -07:00
rest pkg/registry: rename pod logs metrics 2022-12-14 23:40:21 +01:00
testing Remove etcd2 storage backend 2018-10-01 16:48:14 -04:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-03 10:59:47 -05:00
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
matcher.go Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00
options.go Introduce storagebackend.ConfigForResource 2021-08-29 01:06:12 -04:00
storage_decorator.go Introduce storagebackend.ConfigForResource 2021-08-29 01:06:12 -04:00