apiserver/pkg/endpoints/handlers/fieldmanager
Antoine Pelisse 3e0b6a7493 Apply current parses the yaml object 3 times
This is super expensive and not needed at all since we don't have to
reparse the entire object. Remove all allocations but the first one.

Kubernetes-commit: 31c644a1e79c685b52683ed1e84964186a37f3ff
2019-09-25 12:38:38 -07:00
..
internal Apply current parses the yaml object 3 times 2019-09-25 12:38:38 -07:00
OWNERS Add server-side apply members on some apiserver OWNERS 2019-02-08 16:10:25 -08:00
endpoints.yaml Add tests and benchmarks for endpoints and node 2019-09-20 13:32:06 -07:00
fieldmanager.go Apply current parses the yaml object 3 times 2019-09-25 12:38:38 -07:00
fieldmanager_test.go Add tests and benchmarks for endpoints and node 2019-09-20 13:32:06 -07:00
node.yaml Add tests and benchmarks for endpoints and node 2019-09-20 13:32:06 -07:00
pod.yaml Add tests and benchmarks for endpoints and node 2019-09-20 13:32:06 -07:00
skipnonapplied.go Split fieldmanager with interface 2019-09-12 10:57:21 -07:00
skipnonapplied_test.go Split fieldmanager with interface 2019-09-12 10:57:21 -07:00