From e31e3287a3eef1248b519937b8ceee724c8c26f7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 17 Jul 2020 10:19:42 -0700 Subject: [PATCH] OWNERS: Add Bugzilla component 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]: https://github.com/openshift/cluster-version-operator/pull/344#issuecomment-610902992 --- OWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OWNERS b/OWNERS index f86d64353..25f94d092 100644 --- a/OWNERS +++ b/OWNERS @@ -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