Skip to content

Commit

Permalink
OWNERS: Add Bugzilla component
Browse files Browse the repository at this point in the history
Example of OpenShift components:

  $ curl -sH Accept:application/json -H Content-Type:application/json --data '{"jsonrpc":"2.0","method":"SelectizeJS.list_components","id":1,"params":[{"term":"..","descrs":1,"disabled":0,"product":"v314_product"}]}' https://bugzilla.redhat.com/jsonrpc.cgi | jq -r '[.result[].value] | sort[]'
  Build
  Cincinnati
  Cloud Compute
  Cloud Credential Operator
  Cluster Loader
  Cluster Version Operator
  Compliance Operator
  ...

Based on Scott's [1]:

> It's used downstream to facilitate mapping to BZ Components.

[1]: openshift/cluster-version-operator#344 (comment)
  • Loading branch information
wking committed Jul 17, 2020
1 parent 04c97c3 commit e31e328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ approvers:
- deads2k
- mfojtik
- sttts

# This is a Red Hat extension, mapping the Git repository to an OpenShift Bugzilla component:
# https://bugzilla.redhat.com/enter_bug.cgi?product=OpenShift%20Container%20Platform
# 'kube-apiserver' may be wrong, but will be right sometimes, and will
# get you in front of folks who can redirect when it is wrong.
component: kube-apiserver

0 comments on commit e31e328

Please sign in to comment.