From 237a125f2cdea654329cbf92e6a90543be8faf10 Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Tue, 10 Mar 2020 08:33:32 -0500 Subject: [PATCH] Add labels to OWNERS files This will automatically label PRs that touch these directories. This makes it easier to query GitHub for PRs that affect certain areas of the code. I mostly used existing labels but created some new ones as well. --- docs/OWNERS | 3 +++ k8s/crds/OWNERS | 3 +++ nodeup/OWNERS | 3 +++ pkg/apis/OWNERS | 3 +++ pkg/instancegroups/OWNERS | 3 +++ pkg/resources/ali/OWNERS | 3 +++ pkg/resources/aws/OWNERS | 3 +++ pkg/resources/digitalocean/OWNERS | 3 +++ pkg/resources/gce/OWNERS | 3 +++ pkg/resources/openstack/OWNERS | 3 +++ pkg/resources/spotinst/OWNERS | 3 ++- protokube/OWNERS | 3 +++ upup/models/cloudup/resources/addons/OWNERS | 3 +++ upup/pkg/fi/cloudup/alitasks/OWNERS | 3 +++ upup/pkg/fi/cloudup/aliup/OWNERS | 3 +++ upup/pkg/fi/cloudup/awstasks/OWNERS | 3 +++ upup/pkg/fi/cloudup/awsup/OWNERS | 3 +++ upup/pkg/fi/cloudup/do/OWNERS | 3 +++ upup/pkg/fi/cloudup/dotasks/OWNERS | 3 +++ upup/pkg/fi/cloudup/gce/OWNERS | 3 +++ upup/pkg/fi/cloudup/gcetasks/OWNERS | 3 +++ upup/pkg/fi/cloudup/openstack/OWNERS | 3 +++ upup/pkg/fi/cloudup/openstacktasks/OWNERS | 3 +++ upup/pkg/fi/cloudup/spotinsttasks/OWNERS | 3 ++- upup/pkg/fi/cloudup/vsphere/OWNERS | 3 +++ upup/pkg/fi/cloudup/vspheretasks/OWNERS | 3 +++ upup/pkg/fi/nodeup/OWNERS | 3 +++ 27 files changed, 79 insertions(+), 2 deletions(-) create mode 100644 docs/OWNERS create mode 100644 k8s/crds/OWNERS create mode 100644 nodeup/OWNERS create mode 100644 pkg/apis/OWNERS create mode 100644 pkg/instancegroups/OWNERS create mode 100644 pkg/resources/ali/OWNERS create mode 100644 pkg/resources/aws/OWNERS create mode 100644 pkg/resources/digitalocean/OWNERS create mode 100644 pkg/resources/gce/OWNERS create mode 100644 protokube/OWNERS create mode 100644 upup/models/cloudup/resources/addons/OWNERS create mode 100644 upup/pkg/fi/cloudup/alitasks/OWNERS create mode 100644 upup/pkg/fi/cloudup/aliup/OWNERS create mode 100644 upup/pkg/fi/cloudup/awstasks/OWNERS create mode 100644 upup/pkg/fi/cloudup/awsup/OWNERS create mode 100644 upup/pkg/fi/cloudup/do/OWNERS create mode 100644 upup/pkg/fi/cloudup/dotasks/OWNERS create mode 100644 upup/pkg/fi/cloudup/gce/OWNERS create mode 100644 upup/pkg/fi/cloudup/gcetasks/OWNERS create mode 100644 upup/pkg/fi/cloudup/vsphere/OWNERS create mode 100644 upup/pkg/fi/cloudup/vspheretasks/OWNERS create mode 100644 upup/pkg/fi/nodeup/OWNERS diff --git a/docs/OWNERS b/docs/OWNERS new file mode 100644 index 0000000000..fd4167c09e --- /dev/null +++ b/docs/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/documentation diff --git a/k8s/crds/OWNERS b/k8s/crds/OWNERS new file mode 100644 index 0000000000..a602fbefc4 --- /dev/null +++ b/k8s/crds/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/api diff --git a/nodeup/OWNERS b/nodeup/OWNERS new file mode 100644 index 0000000000..ed95bdffeb --- /dev/null +++ b/nodeup/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/nodeup diff --git a/pkg/apis/OWNERS b/pkg/apis/OWNERS new file mode 100644 index 0000000000..a602fbefc4 --- /dev/null +++ b/pkg/apis/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/api diff --git a/pkg/instancegroups/OWNERS b/pkg/instancegroups/OWNERS new file mode 100644 index 0000000000..a2eb128703 --- /dev/null +++ b/pkg/instancegroups/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/rolling-update diff --git a/pkg/resources/ali/OWNERS b/pkg/resources/ali/OWNERS new file mode 100644 index 0000000000..38ef112e5a --- /dev/null +++ b/pkg/resources/ali/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/alicloud diff --git a/pkg/resources/aws/OWNERS b/pkg/resources/aws/OWNERS new file mode 100644 index 0000000000..0aa3dd15fb --- /dev/null +++ b/pkg/resources/aws/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/aws diff --git a/pkg/resources/digitalocean/OWNERS b/pkg/resources/digitalocean/OWNERS new file mode 100644 index 0000000000..6cb8da34e4 --- /dev/null +++ b/pkg/resources/digitalocean/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/digitalocean diff --git a/pkg/resources/gce/OWNERS b/pkg/resources/gce/OWNERS new file mode 100644 index 0000000000..a4d2a0db10 --- /dev/null +++ b/pkg/resources/gce/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/gce diff --git a/pkg/resources/openstack/OWNERS b/pkg/resources/openstack/OWNERS index 830ea54840..d35b2bd25c 100644 --- a/pkg/resources/openstack/OWNERS +++ b/pkg/resources/openstack/OWNERS @@ -1,6 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners approvers: - dims # just for bootstrapping the provider - zetaab reviewers: - drekle - zetaab +labels: + area/provider/openstack diff --git a/pkg/resources/spotinst/OWNERS b/pkg/resources/spotinst/OWNERS index a9b4c6ab5a..abd98a253f 100644 --- a/pkg/resources/spotinst/OWNERS +++ b/pkg/resources/spotinst/OWNERS @@ -1,6 +1,7 @@ # See the OWNERS docs at https://go.k8s.io/owners - approvers: - liranp reviewers: - liranp +labels: + area/provider/spotinst diff --git a/protokube/OWNERS b/protokube/OWNERS new file mode 100644 index 0000000000..5f826972a1 --- /dev/null +++ b/protokube/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/protokube diff --git a/upup/models/cloudup/resources/addons/OWNERS b/upup/models/cloudup/resources/addons/OWNERS new file mode 100644 index 0000000000..be568825bd --- /dev/null +++ b/upup/models/cloudup/resources/addons/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/addons diff --git a/upup/pkg/fi/cloudup/alitasks/OWNERS b/upup/pkg/fi/cloudup/alitasks/OWNERS new file mode 100644 index 0000000000..38ef112e5a --- /dev/null +++ b/upup/pkg/fi/cloudup/alitasks/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/alicloud diff --git a/upup/pkg/fi/cloudup/aliup/OWNERS b/upup/pkg/fi/cloudup/aliup/OWNERS new file mode 100644 index 0000000000..38ef112e5a --- /dev/null +++ b/upup/pkg/fi/cloudup/aliup/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/alicloud diff --git a/upup/pkg/fi/cloudup/awstasks/OWNERS b/upup/pkg/fi/cloudup/awstasks/OWNERS new file mode 100644 index 0000000000..0aa3dd15fb --- /dev/null +++ b/upup/pkg/fi/cloudup/awstasks/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/aws diff --git a/upup/pkg/fi/cloudup/awsup/OWNERS b/upup/pkg/fi/cloudup/awsup/OWNERS new file mode 100644 index 0000000000..0aa3dd15fb --- /dev/null +++ b/upup/pkg/fi/cloudup/awsup/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/aws diff --git a/upup/pkg/fi/cloudup/do/OWNERS b/upup/pkg/fi/cloudup/do/OWNERS new file mode 100644 index 0000000000..6cb8da34e4 --- /dev/null +++ b/upup/pkg/fi/cloudup/do/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/digitalocean diff --git a/upup/pkg/fi/cloudup/dotasks/OWNERS b/upup/pkg/fi/cloudup/dotasks/OWNERS new file mode 100644 index 0000000000..6cb8da34e4 --- /dev/null +++ b/upup/pkg/fi/cloudup/dotasks/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/digitalocean diff --git a/upup/pkg/fi/cloudup/gce/OWNERS b/upup/pkg/fi/cloudup/gce/OWNERS new file mode 100644 index 0000000000..a4d2a0db10 --- /dev/null +++ b/upup/pkg/fi/cloudup/gce/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/gce diff --git a/upup/pkg/fi/cloudup/gcetasks/OWNERS b/upup/pkg/fi/cloudup/gcetasks/OWNERS new file mode 100644 index 0000000000..a4d2a0db10 --- /dev/null +++ b/upup/pkg/fi/cloudup/gcetasks/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/gce diff --git a/upup/pkg/fi/cloudup/openstack/OWNERS b/upup/pkg/fi/cloudup/openstack/OWNERS index 830ea54840..d35b2bd25c 100644 --- a/upup/pkg/fi/cloudup/openstack/OWNERS +++ b/upup/pkg/fi/cloudup/openstack/OWNERS @@ -1,6 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners approvers: - dims # just for bootstrapping the provider - zetaab reviewers: - drekle - zetaab +labels: + area/provider/openstack diff --git a/upup/pkg/fi/cloudup/openstacktasks/OWNERS b/upup/pkg/fi/cloudup/openstacktasks/OWNERS index 830ea54840..d35b2bd25c 100644 --- a/upup/pkg/fi/cloudup/openstacktasks/OWNERS +++ b/upup/pkg/fi/cloudup/openstacktasks/OWNERS @@ -1,6 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners approvers: - dims # just for bootstrapping the provider - zetaab reviewers: - drekle - zetaab +labels: + area/provider/openstack diff --git a/upup/pkg/fi/cloudup/spotinsttasks/OWNERS b/upup/pkg/fi/cloudup/spotinsttasks/OWNERS index a9b4c6ab5a..abd98a253f 100644 --- a/upup/pkg/fi/cloudup/spotinsttasks/OWNERS +++ b/upup/pkg/fi/cloudup/spotinsttasks/OWNERS @@ -1,6 +1,7 @@ # See the OWNERS docs at https://go.k8s.io/owners - approvers: - liranp reviewers: - liranp +labels: + area/provider/spotinst diff --git a/upup/pkg/fi/cloudup/vsphere/OWNERS b/upup/pkg/fi/cloudup/vsphere/OWNERS new file mode 100644 index 0000000000..325b2b61bc --- /dev/null +++ b/upup/pkg/fi/cloudup/vsphere/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/vsphere diff --git a/upup/pkg/fi/cloudup/vspheretasks/OWNERS b/upup/pkg/fi/cloudup/vspheretasks/OWNERS new file mode 100644 index 0000000000..325b2b61bc --- /dev/null +++ b/upup/pkg/fi/cloudup/vspheretasks/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/provider/vsphere diff --git a/upup/pkg/fi/nodeup/OWNERS b/upup/pkg/fi/nodeup/OWNERS new file mode 100644 index 0000000000..ed95bdffeb --- /dev/null +++ b/upup/pkg/fi/nodeup/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + area/nodeup