diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2019-02-04 13:58:58 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2019-02-04 20:53:07 +0530 |
| commit | 354d724164edc9874446c837d8d35dd11696caaf (patch) | |
| tree | 731644ff6edcf9560917f1921c674f7226db2f58 | |
| parent | 37ae06cea3e6361a606e7f1a59804053766cb93d (diff) | |
devel: add OWNERS files for sig sub-directories
| -rw-r--r-- | contributors/devel/sig-api-machinery/OWNERS | 8 | ||||
| -rw-r--r-- | contributors/devel/sig-architecture/OWNERS | 10 | ||||
| -rw-r--r-- | contributors/devel/sig-instrumentation/OWNERS | 8 | ||||
| -rw-r--r-- | contributors/devel/sig-node/OWNERS | 8 | ||||
| -rw-r--r-- | contributors/devel/sig-release/OWNERS | 8 | ||||
| -rw-r--r-- | contributors/devel/sig-scalability/OWNERS | 8 | ||||
| -rw-r--r-- | contributors/devel/sig-scheduling/OWNERS | 8 | ||||
| -rw-r--r-- | contributors/devel/sig-storage/OWNERS | 8 | ||||
| -rw-r--r-- | contributors/devel/sig-testing/OWNERS | 8 |
9 files changed, 74 insertions, 0 deletions
diff --git a/contributors/devel/sig-api-machinery/OWNERS b/contributors/devel/sig-api-machinery/OWNERS new file mode 100644 index 00000000..ef142b0f --- /dev/null +++ b/contributors/devel/sig-api-machinery/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-api-machinery-leads +approvers: + - sig-api-machinery-leads +labels: + - sig/api-machinery diff --git a/contributors/devel/sig-architecture/OWNERS b/contributors/devel/sig-architecture/OWNERS new file mode 100644 index 00000000..3baa861d --- /dev/null +++ b/contributors/devel/sig-architecture/OWNERS @@ -0,0 +1,10 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-architecture-leads + - jbeda +approvers: + - sig-architecture-leads + - jbeda +labels: + - sig/architecture diff --git a/contributors/devel/sig-instrumentation/OWNERS b/contributors/devel/sig-instrumentation/OWNERS new file mode 100644 index 00000000..3e1efb0c --- /dev/null +++ b/contributors/devel/sig-instrumentation/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-instrumentation-leads +approvers: + - sig-instrumentation-leads +labels: + - sig/instrumentation diff --git a/contributors/devel/sig-node/OWNERS b/contributors/devel/sig-node/OWNERS new file mode 100644 index 00000000..810bc689 --- /dev/null +++ b/contributors/devel/sig-node/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-node-leads +approvers: + - sig-node-leads +labels: + - sig/node diff --git a/contributors/devel/sig-release/OWNERS b/contributors/devel/sig-release/OWNERS new file mode 100644 index 00000000..c414be94 --- /dev/null +++ b/contributors/devel/sig-release/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-release-leads +approvers: + - sig-release-leads +labels: + - sig/release diff --git a/contributors/devel/sig-scalability/OWNERS b/contributors/devel/sig-scalability/OWNERS new file mode 100644 index 00000000..6b57aa45 --- /dev/null +++ b/contributors/devel/sig-scalability/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-scalability-leads +approvers: + - sig-scalability-leads +labels: + - sig/scalability diff --git a/contributors/devel/sig-scheduling/OWNERS b/contributors/devel/sig-scheduling/OWNERS new file mode 100644 index 00000000..f6155ab6 --- /dev/null +++ b/contributors/devel/sig-scheduling/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-scheduling-leads +approvers: + - sig-scheduling-leads +labels: + - sig/scheduling diff --git a/contributors/devel/sig-storage/OWNERS b/contributors/devel/sig-storage/OWNERS new file mode 100644 index 00000000..6dd5158f --- /dev/null +++ b/contributors/devel/sig-storage/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-storage-leads +approvers: + - sig-storage-leads +labels: + - sig/storage diff --git a/contributors/devel/sig-testing/OWNERS b/contributors/devel/sig-testing/OWNERS new file mode 100644 index 00000000..541bac08 --- /dev/null +++ b/contributors/devel/sig-testing/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-testing-leads +approvers: + - sig-testing-leads +labels: + - sig/testing |
