Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for extensions (0.28 sec)

  1. manifests/charts/istio-control/istio-discovery/templates/clusterrole.yaml

        verbs: ["get", "watch", "list"]
        resources: ["*"]
    {{- if .Values.global.istiod.enableAnalysis }}
      - apiGroups: ["config.istio.io", "security.istio.io", "networking.istio.io", "authentication.istio.io", "rbac.istio.io", "telemetry.istio.io", "extensions.istio.io"]
        verbs: ["update"]
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 16:44:32 GMT 2024
    - 5.7K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/clusterrole.yaml

        verbs: ["get", "watch", "list"]
        resources: ["*"]
    {{- if .Values.global.istiod.enableAnalysis }}
      - apiGroups: ["config.istio.io", "security.istio.io", "networking.istio.io", "authentication.istio.io", "rbac.istio.io", "telemetry.istio.io", "extensions.istio.io"]
        verbs: ["update"]
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 16:44:32 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  3. manifests/charts/istio-operator/templates/clusterrole.yaml

      verbs:
      - '*'
    - apiGroups:
      - security.istio.io
      resources:
      - '*'
      verbs:
      - '*'
    - apiGroups:
      - telemetry.istio.io
      resources:
      - '*'
      verbs:
      - '*'
    - apiGroups:
      - extensions.istio.io
      resources:
      - '*'
      verbs:
      - '*'
    # k8s groups
    - apiGroups:
      - admissionregistration.k8s.io
      resources:
      - mutatingwebhookconfigurations
      - validatingwebhookconfigurations
      verbs:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 08:32:06 GMT 2024
    - 1.9K bytes
    - Viewed (0)
Back to top