Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for service (0.16 sec)

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

        verbs: ["create"]
    
      # Used by Istiod to verify gateway SDS
      - apiGroups: ["authorization.k8s.io"]
        resources: ["subjectaccessreviews"]
        verbs: ["create"]
    
      # Use for Kubernetes Service APIs
      - apiGroups: ["networking.x-k8s.io", "gateway.networking.k8s.io"]
        resources: ["*"]
        verbs: ["get", "watch", "list"]
      - apiGroups: ["networking.x-k8s.io", "gateway.networking.k8s.io"]
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Nov 09 01:32:06 GMT 2023
    - 5.6K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/clusterrole.yaml

        verbs: ["create"]
    
      # Used by Istiod to verify gateway SDS
      - apiGroups: ["authorization.k8s.io"]
        resources: ["subjectaccessreviews"]
        verbs: ["create"]
    
      # Use for Kubernetes Service APIs
      - apiGroups: ["networking.x-k8s.io", "gateway.networking.k8s.io"]
        resources: ["*"]
        verbs: ["get", "watch", "list"]
      - apiGroups: ["networking.x-k8s.io", "gateway.networking.k8s.io"]
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Nov 09 01:32:06 GMT 2023
    - 5.7K bytes
    - Viewed (0)
  3. manifests/charts/istio-operator/templates/clusterrole.yaml

    - apiGroups:
      - ""
      resources:
      - configmaps
      - endpoints
      - events
      - namespaces
      - pods
      - pods/proxy
      - pods/portforward
      - persistentvolumeclaims
      - secrets
      - services
      - serviceaccounts
      - resourcequotas
      verbs:
      - '*'
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Nov 11 14:04:45 GMT 2022
    - 1.8K bytes
    - Viewed (0)
Back to top