Kuadrant / testsuite

3 stars 12 forks source link

Remove every unneccessary mention of OpenShift #474

Closed pehala closed 1 month ago

pehala commented 1 month ago

While we initially built our testsuite wiht only OpenShift in mind, currenlty we support both Kind and pure Kubernetes and we even use kubectl. Our codebase, however, is riddled with OpenShift mention even though it is usually not bound to OpenShift anymore.

This PR tries to rename everything and should not do any functional change (except for removal of hub_openshift in favor of using only cluster)

Notable renames: testsuite/openshift -> testsuite/kubernetes OpenShiftObject -> KubernetesObject OpenShiftClient -> KubernetesClient