Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
Is your feature request related to a problem? Please describe.
Currently move2kube's transforms work only on resources known to move2kube. It should support unknown types too.
Describe the solution you'd like
Instead of relying on runtime.Object for transform, we can rely on interface{} which only typemeta and objectmeta
Describe alternatives you've considered
No viable alternative
Is your feature request related to a problem? Please describe. Currently move2kube's transforms work only on resources known to move2kube. It should support unknown types too.
Describe the solution you'd like Instead of relying on runtime.Object for transform, we can rely on interface{} which only typemeta and objectmeta
Describe alternatives you've considered No viable alternative