You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2021/01/14 00:08:05 UTC

[trafficserver-ingress-controller] branch master updated: Support ingressClass (#76)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 5872218  Support ingressClass (#76)
5872218 is described below

commit 58722180532eeda9424cadd3e603f1789ec2cff1
Author: Kit Chan <ki...@apache.org>
AuthorDate: Wed Jan 13 16:07:59 2021 -0800

    Support ingressClass (#76)
---
 charts/ats-ingress/templates/clusterrole.yaml |   7 +++++++
 docs/ats-ingress-0.1.0.tgz                    | Bin 5029 -> 5043 bytes
 docs/index.yaml                               |   6 +++---
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/charts/ats-ingress/templates/clusterrole.yaml b/charts/ats-ingress/templates/clusterrole.yaml
index 78ea7b1..94a28b8 100644
--- a/charts/ats-ingress/templates/clusterrole.yaml
+++ b/charts/ats-ingress/templates/clusterrole.yaml
@@ -47,10 +47,17 @@ rules:
   resources:
   - ingresses
   - ingresses/status
+  - ingressclasses
   verbs:
   - get
   - list
   - watch
+- apiGroups:
+  - "extensions"
+  - "networking.k8s.io"
+  resources:
+  - ingresses/status
+  verbs:
   - update
 {{- end -}}
 
diff --git a/docs/ats-ingress-0.1.0.tgz b/docs/ats-ingress-0.1.0.tgz
index f8bbdd5..3fab1dc 100644
Binary files a/docs/ats-ingress-0.1.0.tgz and b/docs/ats-ingress-0.1.0.tgz differ
diff --git a/docs/index.yaml b/docs/index.yaml
index 63ccbac..17c6be6 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -3,12 +3,12 @@ entries:
   ats-ingress:
   - apiVersion: v2
     appVersion: 0.1.0
-    created: "2020-12-28T17:29:22.262073-08:00"
+    created: "2021-01-13T14:23:25.637399-08:00"
     description: A Helm chart for Kubernetes
-    digest: d458a35b776a5a40cbe92b8a40de059ff0209d4112871747db54228ba6602b1c
+    digest: 033ca1a26955f1cb444a93d6bbc7b4a4b38720061cc5efa1c7a454d3af92cdad
     name: ats-ingress
     type: application
     urls:
     - https://apache.github.io/trafficserver-ingress-controller/ats-ingress-0.1.0.tgz
     version: 0.1.0
-generated: "2020-12-28T17:29:22.260306-08:00"
+generated: "2021-01-13T14:23:25.636548-08:00"