Skip to content

Commit

Permalink
OWNERS: Document 'component' property
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#344 (comment)
  • Loading branch information
wking committed Apr 13, 2020
1 parent 21c4c35 commit d89b9f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ approvers:
- wking
- vrutkovs
- jottofar

# 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
component: "Cluster Version Operator"

0 comments on commit d89b9f9

Please sign in to comment.