ceph-csi/internal/util/k8s
Nikhil-Ladha 01a0ec2d8c util: use protobuf encoding for core k8s apis
For core K8s API objects like Pods, Nodes, etc., we
can use protobuf encoding which reduces CPU consumption
related to (de)serialization, reduces overall latency
of the API call, reduces memory footprint, reduces the
amount of work performed by the GC and results in quicker
propagation of objects to event handlers of shared informers.

Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
2024-09-26 11:52:21 +00:00
..
client.go util: use protobuf encoding for core k8s apis 2024-09-26 11:52:21 +00:00
node.go util: moved GetNodeLabels() under internal/util/k8s 2023-11-08 21:17:00 +00:00
parameters_test.go build: address 'copyloopvar' linter warning 2024-04-29 14:36:48 +00:00
parameters.go build: address gofmt warnings 2023-06-05 04:49:46 +00:00
version.go rbd: create token and use it for vault SA 2022-06-17 11:37:59 +00:00