As stated e.g. in #579 OpenShift is marking DeploymentConfig for deprecated and recommends to switch to Deployment.
Unfortunatelly we do not have support for Deployment yet.
This issue is about adding such support. For now keep in mind backward compatibility. So user who are using by default DeploymentConfig should not notice change. It should be intended decision for callers to use Deployment instead of DeploymentConfig.
As stated e.g. in #579 OpenShift is marking DeploymentConfig for deprecated and recommends to switch to Deployment.
Unfortunatelly we do not have support for Deployment yet.
This issue is about adding such support. For now keep in mind backward compatibility. So user who are using by default DeploymentConfig should not notice change. It should be intended decision for callers to use Deployment instead of DeploymentConfig.