projectatomic / openshift2nulecule

Create Nulecule application from OpenShift project
GNU General Public License v2.0
6 stars 9 forks source link

Replace oc export all with specific object types #34

Closed surajssd closed 8 years ago

surajssd commented 8 years ago

While exporting openshift artifacts specific object types are provided. This reduces the bugs introduced by exporting incompatible objects.

Fixes issue #33

kadel commented 8 years ago

@surajssd We should also test this to find for what kind of applications this is not going to work. That with this PR we should also add documentations describing for what cases is not going to work and what user can do with that.

surajssd commented 8 years ago

@kadel sure yes we do need.

surajssd commented 8 years ago

Merging after discussion, that we add these objects right now and we can keep iterating over the objects we want later.