# Functions
DetectOpenShift determines if we're running on an OpenShift cluster From https://github.com/eclipse/che-operator/blob/2f639261d8b5416b2934591e12925ee0935814dd/pkg/util/util.go#L63.
GetCurrentNamespace gets the current namespace in the Kubernetes context.
GetKubeClientConfig retrieves the Kubernetes client config from the cluster.