openshift / cluster-operator

52 stars 35 forks source link

Remove unused label consts. #303

Closed staebler closed 6 years ago

staebler commented 6 years ago

While reviewing another PR, I noticed that there were a handful of unused labels consts in controller_utils.go. This PR removes those. It also removes the unneeded "cluster-uid" label and replaces the "cluster" label placed on jobs with the more specific and ubiquitous "clusteroperator.openshift.io/cluster" label.

dgoodwin commented 6 years ago

/lgtm

thanks @staebler