Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for serviceAccountToken (0.19 sec)

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

                        fieldPath: metadata.annotations
              {{- if eq .Values.global.jwtPolicy "third-party-jwt" }}
              - name: istio-token
                projected:
                  sources:
                  - serviceAccountToken:
                      path: istio-token
                      expirationSeconds: 43200
                      audience: {{ .Values.global.sds.token.aud }}
              {{- end }}
    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. pkg/api/pod/util_test.go

    					{
    						Name: "foo",
    						VolumeSource: api.VolumeSource{
    							Projected: &api.ProjectedVolumeSource{
    								Sources: []api.VolumeProjection{
    									{
    										ServiceAccountToken: &api.ServiceAccountTokenProjection{
    											Path: "../foo",
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			wantOption: true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  3. pkg/apis/core/zz_generated.deepcopy.go

    	}
    	if in.ConfigMap != nil {
    		in, out := &in.ConfigMap, &out.ConfigMap
    		*out = new(ConfigMapProjection)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ServiceAccountToken != nil {
    		in, out := &in.ServiceAccountToken, &out.ServiceAccountToken
    		*out = new(ServiceAccountTokenProjection)
    		**out = **in
    	}
    	if in.ClusterTrustBundle != nil {
    		in, out := &in.ClusterTrustBundle, &out.ClusterTrustBundle
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    	}
    	if in.ConfigMap != nil {
    		in, out := &in.ConfigMap, &out.ConfigMap
    		*out = new(ConfigMapProjection)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ServiceAccountToken != nil {
    		in, out := &in.ServiceAccountToken, &out.ServiceAccountToken
    		*out = new(ServiceAccountTokenProjection)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ClusterTrustBundle != nil {
    		in, out := &in.ClusterTrustBundle, &out.ClusterTrustBundle
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    s name: istio-token {{- with .Values.volumeMounts }} {{- toYaml . | nindent 8 }} {{- end }} priorityClassName: system-node-critical terminationGracePeri: {{ .Values.terminationGracePeri }} volumes: - name: istio-token projected: sources: - serviceAccountToken: path: istio-token expirationSeconds: 43200 audience: istio-ca - name: istiod-ca-cert configMap: name: istio-ca-root-cert {{- with .Values.volumes }} {{- toYaml . | nindent 6}} {{- end }} manifests/charts/ztunnel/templates/NOTES.txt ztunnel...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "description": "information about the secret data to project"
            },
            "serviceAccountToken": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection",
              "description": "information about the serviceAccountToken data to project"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top