mirror of https://github.com/k3s-io/k3s
![]() The default marshalers from gogo-protobuf do not order keys, which means successive serializations of the same data would result in same bytes. Kubernetes leverages stable serialization to avoid excessive writes to etcd when body content has not changed, which reduces the amount of watch traffic generated by successive callers. This will have a small memory impact on objects which have maps - allocating a new string array for each map key. All maps must be keys because we serialize those to JSON, so non-string types are not relevant. |
||
---|---|---|
.. | ||
client-gen | ||
conversion-gen | ||
deepcopy-gen | ||
defaulter-gen | ||
go-to-protobuf | ||
import-boss | ||
informer-gen | ||
lister-gen | ||
openapi-gen | ||
set-gen | ||
.import-restrictions | ||
OWNERS |