diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-10-23 05:56:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-23 05:56:13 -0700 |
| commit | 9e3689677b59cfcdebd83a9955ba90dda591c9b1 (patch) | |
| tree | 255865db4da46b15edd091de775bf66889f381da | |
| parent | 118268546888ec281526bb12e8fa8816c3dc0483 (diff) | |
| parent | 72406fa286e5bee0533344b9d37616e601c4975f (diff) | |
Merge pull request #4178 from cheftako/network-proxy
Adding slack channels and owners for the cloud provider SIG.
4 files changed, 18 insertions, 1 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 4ccb9788..a47c5b67 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -260,7 +260,6 @@ channels: - name: sig-auth - name: sig-autoscaling - name: sig-cli - - name: sig-cloud-provider - name: sig-clstr-life-leads - name: sig-cluster-lifecycle - name: sig-cluster-ops diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index b5948281..fc040b5c 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -22,4 +22,9 @@ restrictions: - "^sig-storage$" - "^csi$" - "^csi-" + - path: "sig-cloud-provider/*.yaml" + channels: + - "^sig-cloud-provider$" + - "^cloud-provider-extraction$" + - "^apiserver-network-proxy$" - path: "**/*" # prevent any other file from containing anything diff --git a/communication/slack-config/sig-cloud-provider/OWNERS b/communication/slack-config/sig-cloud-provider/OWNERS new file mode 100644 index 00000000..5c714da0 --- /dev/null +++ b/communication/slack-config/sig-cloud-provider/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-cloud-provider-leads +approvers: + - sig-cloud-provider-leads +labels: + - sig/cloud-provider diff --git a/communication/slack-config/sig-cloud-provider/config.yaml b/communication/slack-config/sig-cloud-provider/config.yaml new file mode 100644 index 00000000..86a2226c --- /dev/null +++ b/communication/slack-config/sig-cloud-provider/config.yaml @@ -0,0 +1,5 @@ +channels: + - name: apiserver-network-proxy + - name: cloud-provider-extraction + - name: sig-cloud-provider + id: C718BPBQ8 |
