This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Description
When one uses kubecfg to generate manifests (instead of directly writing them to Kubernetes), the order of manifests is unstable. This makes it difficult to track changes.
This problem occurs when serializing objects, not lists.
Please make the serialization order stable. Any order is fine, as long as it is stable.