summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-08-21 17:25:28 -0700
committerGitHub <noreply@github.com>2018-08-21 17:25:28 -0700
commit3c0eeb43d3fdfe8e6be86be9eed8287441306a17 (patch)
tree3df2bf38725d3117c94193675851218c471da1a7
parent85085fe96fc7bd9eedc77e54bc4f08340e1c1b86 (diff)
parent3bfc2fb043e5b988d6d3c085f4e12dbfad08ab72 (diff)
Merge pull request #2553 from spiffxp/sig-arch-subprojects
Move k/utils to sig-arch, add k/contrib to sig-arch
-rw-r--r--sig-api-machinery/README.md3
-rw-r--r--sig-architecture/README.md6
-rw-r--r--sigs.yaml9
3 files changed, 12 insertions, 6 deletions
diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md
index 74e50e13..6e4bed48 100644
--- a/sig-api-machinery/README.md
+++ b/sig-api-machinery/README.md
@@ -94,9 +94,6 @@ The following subprojects are owned by sig-api-machinery:
- https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS
-- **universal-utils**
- - Owners:
- - https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
## GitHub Teams
diff --git a/sig-architecture/README.md b/sig-architecture/README.md
index 3955ccb9..22293781 100644
--- a/sig-architecture/README.md
+++ b/sig-architecture/README.md
@@ -45,6 +45,12 @@ The following subprojects are owned by sig-architecture:
- **architecture-tracking**
- Owners:
- https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS
+- **universal-utils**
+ - Owners:
+ - https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
+- **contrib**
+ - Owners:
+ - https://raw.githubusercontent.com/kubernetes/contrib/master/OWNERS
## GitHub Teams
diff --git a/sigs.yaml b/sigs.yaml
index e30190e9..fcbef0a9 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -107,9 +107,6 @@ sigs:
- https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS
- - name: universal-utils # There is no reason why this is in api-machinery
- owners:
- - https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
- name: Apps
dir: sig-apps
mission_statement: >
@@ -250,6 +247,12 @@ sigs:
- name: architecture-tracking
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS
+ - name: universal-utils
+ owners:
+ - https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
+ - name: contrib # solely to steward moving code _out_ of here to more appropriate places
+ owners:
+ - https://raw.githubusercontent.com/kubernetes/contrib/master/OWNERS
- name: Auth
dir: sig-auth
mission_statement: >