vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.
Apache License 2.0
728 stars 62 forks source link

Generate breadcrumbs #288

Open derrickburns opened 4 years ago

derrickburns commented 4 years ago

When kubecfg flattens a using object, information is lost that cannot be recovered, ie the path to the original object.

Without the path, the operation is not invertible.

I have a need for inversion.

Can you add support for adding a k8s label with the path?