Class OpenShift::Config
In: lib/openshift-origin-node/config.rb
Parent: Object

Methods

instance  

Public Class methods

This is a bit of a hack. The old OpenShift::Config was a singleton object, and so users would use OpenShift::Config.instance to get it. Here, we define .instance to return a new instance. Hopefully, nothing is relying on the standard singleton behavior whereby .instance always returns the same instance.

[Validate]