Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ServiceAccountName (0.54 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              - name: istio-certs
                secret:
                  optional: true
                  {{ if eq .Spec.ServiceAccountName "" }}
                  secretName: istio.default
                  {{ else -}}
                  secretName: {{  printf "istio.%s" .Spec.ServiceAccountName }}
                  {{  end -}}
              {{- end }}
                {{- if isset .ObjectMeta.Annotations `sidecar.istio.io/userVolume` }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    t: "true" {{- with .Values.revision }} istio.io/rev: {{ . }} {{- end }} {{- include "gateway.podLabels" . | nindent 8 }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} serviceAccountName: {{ include "gateway.serviceAccountName" . }} securityContext: {{- if .Values.securityContext }} {{- toYaml .Values.securityContext | nindent 8 }} {{- else if (semverCompare ">=1.22-0" .Capabilities.KubeVersion.GitVersion) }} # Safe since 1.22: https://github....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "serviceAccount": {
              "description": "DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.",
              "type": "string"
            },
            "serviceAccountName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods.go

    	podIPs = kl.sortPodIPs(podIPs)
    	if len(podIPs) > 0 {
    		podIP = podIPs[0]
    	}
    
    	switch internalFieldPath {
    	case "spec.nodeName":
    		return pod.Spec.NodeName, nil
    	case "spec.serviceAccountName":
    		return pod.Spec.ServiceAccountName, nil
    	case "status.hostIP":
    		hostIPs, err := kl.getHostIPsAnyWay()
    		if err != nil {
    			return "", err
    		}
    		return hostIPs[0].String(), nil
    	case "status.hostIPs":
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods_test.go

    						},
    					},
    					{
    						Name: "POD_SERVICE_ACCOUNT_NAME",
    						ValueFrom: &v1.EnvVarSource{
    							FieldRef: &v1.ObjectFieldSelector{
    								APIVersion: "v1",
    								FieldPath:  "spec.serviceAccountName",
    							},
    						},
    					},
    					{
    						Name: "POD_IP",
    						ValueFrom: &v1.EnvVarSource{
    							FieldRef: &v1.ObjectFieldSelector{
    								APIVersion: "v1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  6. samples/addons/grafana.yaml

            checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
            kubectl.kubernetes.io/default-container: grafana
        spec:
          
          serviceAccountName: grafana
          automountServiceAccountToken: true
          enableServiceLinks: true
          containers:
            - name: grafana
              image: "docker.io/grafana/grafana:11.0.0"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top