diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-10-24 18:23:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-24 18:23:38 -0700 |
| commit | d17825d918f725063ec48d53a1b4a57abf3e8d5c (patch) | |
| tree | 7a8407fb9c0e6d7a357bc3fd246188bfc1b2f56d | |
| parent | b8c516c8500b9f3aca997342c63ba1b0c5affbca (diff) | |
| parent | 3453e7240b9557df07c717ae2ed45acffcdf5158 (diff) | |
Merge pull request #4193 from cheftako/network-proxy
Moving all provider slack channels under sig-cloud-provider.
| -rw-r--r-- | communication/slack-config/channels.yaml | 13 | ||||
| -rw-r--r-- | communication/slack-config/restrictions.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/sig-cloud-provider/config.yaml | 14 |
3 files changed, 15 insertions, 13 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index a47c5b67..51a2c7ab 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -26,18 +26,6 @@ channels: - name: cka-exam-prep - name: ckad-exam-prep - name: client-go-docs - - name: provider-aws - id: C0LRMHZ1T - - name: provider-azure - id: C5HJXTT9Q - - name: provider-gcp - id: C6WB33KNJ - - name: provider-ibmcloud - id: C90BWDWCE - - name: provider-openstack - id: C0LSA3T7C - - name: provider-vsphere - id: C9PGCDKV5 - name: cluster-addons - name: cluster-api - name: cluster-api-aws @@ -238,7 +226,6 @@ channels: - name: pr-reviews - name: prometheus - name: prometheus-operator - - name: provider-centurylink - name: prow - name: pt_br-users - name: rancher diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index fc040b5c..ff62c99e 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -26,5 +26,6 @@ restrictions: channels: - "^sig-cloud-provider$" - "^cloud-provider-extraction$" + - "^provider-" - "^apiserver-network-proxy$" - path: "**/*" # prevent any other file from containing anything diff --git a/communication/slack-config/sig-cloud-provider/config.yaml b/communication/slack-config/sig-cloud-provider/config.yaml index 86a2226c..e4881e6d 100644 --- a/communication/slack-config/sig-cloud-provider/config.yaml +++ b/communication/slack-config/sig-cloud-provider/config.yaml @@ -1,5 +1,19 @@ channels: - name: apiserver-network-proxy - name: cloud-provider-extraction + - name: provider-aws + id: C0LRMHZ1T + - name: provider-azure + id: C5HJXTT9Q + - name: provider-centurylink + id: C0P8MQUM9 + - name: provider-gcp + id: C6WB33KNJ + - name: provider-ibmcloud + id: C90BWDWCE + - name: provider-openstack + id: C0LSA3T7C + - name: provider-vsphere + id: C9PGCDKV5 - name: sig-cloud-provider id: C718BPBQ8 |
