Skip to content

Commit

Permalink
consistent spelling of OpenShift
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezl committed Oct 17, 2023
1 parent 9ba7516 commit eead083
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions openshiftcontrolplane/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,19 +200,19 @@ const (
OpenShiftServiceAccountController OpenShiftControllerName = "openshift.io/serviceaccount"
OpenShiftDefaultRoleBindingsController OpenShiftControllerName = "openshift.io/default-rolebindings"
OpenShiftServiceAccountPullSecretsController OpenShiftControllerName = "openshift.io/serviceaccount-pull-secrets"
OpenshiftOriginNamespaceController OpenShiftControllerName = "openshift.io/origin-namespace"
OpenshiftBuildController OpenShiftControllerName = "openshift.io/build"
OpenshiftBuildConfigChangeController OpenShiftControllerName = "openshift.io/build-config-change"
OpenShiftOriginNamespaceController OpenShiftControllerName = "openshift.io/origin-namespace"
OpenShiftBuildController OpenShiftControllerName = "openshift.io/build"
OpenShiftBuildConfigChangeController OpenShiftControllerName = "openshift.io/build-config-change"
OpenShiftBuilderServiceAccountController OpenShiftControllerName = "openshift.io/builder-serviceaccount"
OpenshiftDeployerController OpenShiftControllerName = "openshift.io/deployer"
OpenShiftDeployerController OpenShiftControllerName = "openshift.io/deployer"
OpenShiftDeployerServiceAccountController OpenShiftControllerName = "openshift.io/deployer-serviceaccount"
OpenshiftDeploymentConfigController OpenShiftControllerName = "openshift.io/deploymentconfig"
OpenshiftImageTriggerController OpenShiftControllerName = "openshift.io/image-trigger"
OpenshiftImageImportController OpenShiftControllerName = "openshift.io/image-import"
OpenshiftImageSignatureImportController OpenShiftControllerName = "openshift.io/image-signature-import"
OpenshiftTemplateInstanceController OpenShiftControllerName = "openshift.io/templateinstance"
OpenshiftTemplateInstanceFinalizerController OpenShiftControllerName = "openshift.io/templateinstancefinalizer"
OpenshiftUnidlingController OpenShiftControllerName = "openshift.io/unidling"
OpenShiftDeploymentConfigController OpenShiftControllerName = "openshift.io/deploymentconfig"
OpenShiftImageTriggerController OpenShiftControllerName = "openshift.io/image-trigger"
OpenShiftImageImportController OpenShiftControllerName = "openshift.io/image-import"
OpenShiftImageSignatureImportController OpenShiftControllerName = "openshift.io/image-signature-import"
OpenShiftTemplateInstanceController OpenShiftControllerName = "openshift.io/templateinstance"
OpenShiftTemplateInstanceFinalizerController OpenShiftControllerName = "openshift.io/templateinstancefinalizer"
OpenShiftUnidlingController OpenShiftControllerName = "openshift.io/unidling"
OpenShiftIngressIPController OpenShiftControllerName = "openshift.io/ingress-ip"
OpenShiftIngressToRouteController OpenShiftControllerName = "openshift.io/ingress-to-route"
)
Expand Down

0 comments on commit eead083

Please sign in to comment.