projectatomic / openshift2nulecule

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

ExportedProject class now holds artifacts for both providers. #49

Closed kadel closed 8 years ago

kadel commented 8 years ago

Now we don't need two instances of ExportedProject (each for every provider). This fixes #47

kadel commented 8 years ago

We agreed that this PR is OK. We also discussed removing _remove_securityContext because we don't export pods anymore - I'm going to address this in another PR.