diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-07-25 16:42:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-25 16:42:56 -0700 |
| commit | 3bd2d2a2b3d2a3675a92958985ff83833b3cb31e (patch) | |
| tree | 3301f3983a2a0d6c10db0adbde714565d1c931aa | |
| parent | 3642cd980e6c6fabd9a9482cb57329f792faa2d9 (diff) | |
| parent | 963acf57279f2d8e2399170fc7330ecc63b02839 (diff) | |
Merge pull request #2422 from roberthbailey/cluster-api-provider-gcp
Update sigs.yaml to indicate that cluster-api-provider-gcp is owned by sig cluster lifecycle
| -rw-r--r-- | sig-cluster-lifecycle/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index 345e414c..89021d03 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -47,6 +47,9 @@ The following subprojects are owned by sig-cluster-lifecycle: - **cluster-api** - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/master/OWNERS +- **cluster-api-provider-gcp** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS - **cluster-api-provider-openstack** - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-openstack/master/OWNERS @@ -695,6 +695,9 @@ sigs: - name: cluster-api owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/master/OWNERS + - name: cluster-api-provider-gcp + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS - name: cluster-api-provider-openstack owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-openstack/master/OWNERS |
