Is there a method available for monitoring deploymentconfigs, pods, and replica sets etc?
Release : 12.0
The scaleDeploymentConfig is the method to use. This can scale a deployment config to any replica number including 0. Scaling a deployment config to 0 will terminate the pod.
Openshift agent plug in needs to be installed.