diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-01-09 15:45:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-09 15:45:30 -0800 |
| commit | b027ef7a13e3e54710a4ef1391c5af99066dc7d4 (patch) | |
| tree | b2c2c9dbd16e085a296887330abdf140491c1581 | |
| parent | c9cfc97d64778c225faed7508e64d7790a0005d3 (diff) | |
| parent | 88e786682e63e979dc5b12aa17f6df14124dcce6 (diff) | |
Merge pull request #3077 from justaugustus/cap-azure
Add Cluster API Azure subproject
| -rw-r--r-- | sig-azure/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-azure/README.md b/sig-azure/README.md index 6ca3997e..78705b66 100644 --- a/sig-azure/README.md +++ b/sig-azure/README.md @@ -43,6 +43,9 @@ The following subprojects are owned by sig-azure: - **cloud-provider-azure** - Owners: - https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS +- **cluster-api-provider-azure** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS ## GitHub Teams @@ -580,6 +580,9 @@ sigs: - name: cloud-provider-azure owners: - https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS + - name: cluster-api-provider-azure + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS - name: Big Data dir: sig-big-data mission_statement: > |
