Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 511 for serviceAccount (0.33 sec)

  1. 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)
  2. 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)
  3. pilot/pkg/credentials/kube/multicluster.go

    				firstError = err
    			}
    		} else {
    			return k, nil
    		}
    	}
    	return nil, firstError
    }
    
    func (a *AggregateController) Authorize(serviceAccount, namespace string) error {
    	return a.authController.Authorize(serviceAccount, namespace)
    }
    
    func (a *AggregateController) AddEventHandler(f func(name string, namespace string)) {
    	// no ops
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. manifests/charts/istio-cni/values.yaml

        logging:
          level: info
    
        logAsJson: false
    
        # ImagePullSecrets for all ServiceAccount, list of secrets in the same namespace
        # to use for pulling any images in pods that reference this ServiceAccount.
        # For components that don't use ServiceAccounts (i.e. grafana, servicegraph, tracing)
        # ImagePullSecrets will be added to the corresponding Deployment(StatefulSet) objects.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  5. pkg/config/schema/collections/collections.gen.go

    		ValidateProto: validation.EmptyValidate,
    	}.MustBuild()
    
    	ServiceAccount = resource.Builder{
    		Identifier:    "ServiceAccount",
    		Group:         "",
    		Kind:          "ServiceAccount",
    		Plural:        "serviceaccounts",
    		Version:       "v1",
    		Proto:         "k8s.io.api.core.v1.ServiceAccount",
    		ReflectType:   reflect.TypeOf(&k8sioapicorev1.ServiceAccount{}).Elem(),
    		ProtoPackage:  "k8s.io/api/core/v1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. manifests/charts/istio-control/istio-discovery/files/kube-gateway.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: {{.ServiceAccount | quote}}
      namespace: {{.Namespace | quote}}
      annotations:
        {{- toJsonMap (omit .InfrastructureAnnotations "kubectl.kubernetes.io/last-applied-configuration" "gateway.istio.io/name-override" "gateway.istio.io/service-account" "gateway.istio.io/controller-version") | nindent 4 }}
      labels:
        {{- toJsonMap
          .InfrastructureLabels
          (strdict
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  9. 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)
  10. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1.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)
Back to top