Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 208 for serviceAccount (0.28 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta2.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)
  2. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta3.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)
  3. cluster/addons/ip-masq-agent/ip-masq-agent.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: ip-masq-agent
      namespace: kube-system
      labels:
        k8s-app: ip-masq-agent
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
    ---
    apiVersion: apps/v1
    kind: DaemonSet
    metadata:
      name: ip-masq-agent
      namespace: kube-system
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    spec:
      selector:
        matchLabels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/types.go

    	// Deprecated: Use serviceAccountName instead.
    	// +k8s:conversion-gen=false
    	// +optional
    	DeprecatedServiceAccount string `json:"serviceAccount,omitempty" protobuf:"bytes,9,opt,name=serviceAccount"`
    
    	// NodeName is a request to schedule this carp onto a specific node. If it is non-empty,
    	// the scheduler simply schedules this carp onto that node, assuming that it fits resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  5. pilot/pkg/credentials/model.go

    	GetCertInfo(name, namespace string) (certInfo *CertInfo, err error)
    	GetCaCert(name, namespace string) (certInfo *CertInfo, err error)
    	GetDockerCredential(name, namespace string) (cred []byte, err error)
    	Authorize(serviceAccount, namespace string) error
    }
    
    type MulticlusterController interface {
    	ForCluster(cluster cluster.ID) (Controller, error)
    	AddSecretHandler(func(name, namespace string))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. helm/minio/templates/deployment.yaml

            fsGroupChangePolicy: {{ .Values.securityContext.fsGroupChangePolicy }}
            {{- end }}
          {{- end }}
          {{ if .Values.serviceAccount.create }}
          serviceAccountName: {{ .Values.serviceAccount.name }}
          {{- end }}
          containers:
            - name: {{ .Chart.Name }}
              image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 03 17:50:39 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. tests/integration/telemetry/policy/envoy_ratelimit_test.go

    			Service:        "clt",
    			Namespace:      echoNsInst,
    			ServiceAccount: true,
    		}).
    		With(&srv, echo.Config{
    			Service:   "srv",
    			Namespace: echoNsInst,
    			Ports: []echo.Port{
    				{
    					Name:     "http",
    					Protocol: protocol.HTTP,
    					// We use a port > 1024 to not require root
    					WorkloadPort: 8888,
    				},
    			},
    			ServiceAccount: true,
    		}).
    		Build()
    	if err != nil {
    		return
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

              name: konnectivity-agent
              command: ["/proxy-agent"]
              args: [
                      "--logtostderr=true",
                      "--ca-cert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt",
    __EXTRA_PARAMS__
                      "--proxy-server-host=__APISERVER_IP__",
                      "--proxy-server-port=8132",
                      "--sync-interval=5s",
                      "--sync-interval-cap=30s",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/apis/example/v1/types.go

    	// Deprecated: Use serviceAccountName instead.
    	// +k8s:conversion-gen=false
    	// +optional
    	DeprecatedServiceAccount string `json:"serviceAccount,omitempty" protobuf:"bytes,9,opt,name=serviceAccount"`
    
    	// NodeName is a request to schedule this pod onto a specific node. If it is non-empty,
    	// the scheduler simply schedules this pod onto that node, assuming that it fits resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  10. hack/update-openapi-spec.sh

    # setup envs for TokenRequest required flags
    SERVICE_ACCOUNT_LOOKUP=${SERVICE_ACCOUNT_LOOKUP:-true}
    SERVICE_ACCOUNT_KEY=${SERVICE_ACCOUNT_KEY:-${TMP_DIR}/kube-serviceaccount.key}
    # Generate ServiceAccount key if needed
    if [[ ! -f "${SERVICE_ACCOUNT_KEY}" ]]; then
      mkdir -p "$(dirname "${SERVICE_ACCOUNT_KEY}")"
      openssl genrsa -out "${SERVICE_ACCOUNT_KEY}" 2048 2>/dev/null
    fi
    
    # Start kube-apiserver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top