diff options
| author | Walter Fender <wfender@google.com> | 2019-10-16 15:12:49 -0700 |
|---|---|---|
| committer | Walter Fender <wfender@google.com> | 2019-10-21 23:51:02 -0700 |
| commit | 72406fa286e5bee0533344b9d37616e601c4975f (patch) | |
| tree | b9c3d104bc0bc9220d61b68aa16377b61056798b | |
| parent | 19e2e6a4debd1093e9ae48901b0c1fe00e7ab4e8 (diff) | |
Adding slack channels and owners for the cloud provider SIG.
Fixed restrictions for sig-cloud-provider channels.
Remove old ref to channel and set id on new one.
4 files changed, 18 insertions, 1 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 414b243c..2facc188 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -259,7 +259,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 |
