Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 308 for serviceAccounts (0.45 sec)

  1. manifests/charts/gateways/istio-egress/templates/rolebindings.yaml

        operator.istio.io/component: "EgressGateways"
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: Role
      name: {{ $gateway.name }}-sds
    subjects:
    - kind: ServiceAccount
      name: {{ $gateway.name }}-service-account
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 630 bytes
    - Viewed (0)
  2. cluster/addons/volumesnapshots/volume-snapshot-controller/volume-snapshot-controller-deployment.yaml

      replicas: 1
      selector:
        matchLabels:
          app: volume-snapshot-controller
      template:
        metadata:
          labels:
            app: volume-snapshot-controller
        spec:
          serviceAccount: volume-snapshot-controller
          containers:
            - name: volume-snapshot-controller
              image: registry.k8s.io/sig-storage/snapshot-controller:v8.0.0
              args:
                - "--v=5"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 07:47:15 UTC 2024
    - 758 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta1.FlowSchema.json

              {
                "kind": "kindValue",
                "user": {
                  "name": "nameValue"
                },
                "group": {
                  "name": "nameValue"
                },
                "serviceAccount": {
                  "namespace": "namespaceValue",
                  "name": "nameValue"
                }
              }
            ],
            "resourceRules": [
              {
                "verbs": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta1.FlowSchema.yaml

          namespaces:
          - namespacesValue
          resources:
          - resourcesValue
          verbs:
          - verbsValue
        subjects:
        - group:
            name: nameValue
          kind: kindValue
          serviceAccount:
            name: nameValue
            namespace: namespaceValue
          user:
            name: nameValue
    status:
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. pkg/kube/kclient/crdwatcher_test.go

    	}), true)
    
    	// Create CRD later
    	saCalls := atomic.NewInt32(0)
    	// When should return false
    	assert.Equal(t, ctl.KnownOrCallback(gvr.ServiceAccount, func(s <-chan struct{}) {
    		assert.Equal(t, s, stop)
    		saCalls.Inc()
    	}), false)
    	clienttest.MakeCRD(t, c, gvr.ServiceAccount)
    	// And call the callback when the CRD is created
    	assert.EventuallyEqual(t, saCalls.Load, 1)
    }
    
    func TestCRDWatcherMinimumVersion(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. pkg/config/schema/kubetypes/resources.gen.go

    		return gvk.RequestAuthentication, true
    	case *k8sioapicorev1.Secret:
    		return gvk.Secret, true
    	case *k8sioapicorev1.Service:
    		return gvk.Service, true
    	case *k8sioapicorev1.ServiceAccount:
    		return gvk.ServiceAccount, true
    	case *istioioapinetworkingv1alpha3.ServiceEntry:
    		return gvk.ServiceEntry, true
    	case *apiistioioapinetworkingv1alpha3.ServiceEntry:
    		return gvk.ServiceEntry, true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. cluster/addons/metrics-server/resource-reader.yaml

        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: system:metrics-server
    subjects:
    - kind: ServiceAccount
      name: metrics-server
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 26 01:57:01 UTC 2024
    - 988 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta3.FlowSchema.yaml

          namespaces:
          - namespacesValue
          resources:
          - resourcesValue
          verbs:
          - verbsValue
        subjects:
        - group:
            name: nameValue
          kind: kindValue
          serviceAccount:
            name: nameValue
            namespace: namespaceValue
          user:
            name: nameValue
    status:
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

              "type": "string"
            },
            "serviceAccount": {
              "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.ServiceAccountSubject",
              "description": "`serviceAccount` matches ServiceAccounts."
            },
            "user": {
              "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.UserSubject",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta2.FlowSchema.yaml

          namespaces:
          - namespacesValue
          resources:
          - resourcesValue
          verbs:
          - verbsValue
        subjects:
        - group:
            name: nameValue
          kind: kindValue
          serviceAccount:
            name: nameValue
            namespace: namespaceValue
          user:
            name: nameValue
    status:
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top