Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OWNERS: Document 'component' property #347

Merged

Commits on Apr 13, 2020

  1. OWNERS: Document 'component' property

    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)
    wking committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    d89b9f9 View commit details
    Browse the repository at this point in the history