Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for projected (0.16 sec)

  1. pkg/apis/core/validation/validation_test.go

    					},
    				},
    			},
    			errs: []verr{{
    				etype: field.ErrorTypeForbidden,
    				field: "projected.sources[1]",
    			}},
    		}, {
    			name: "ProjectedVolumeSource more than one projection in a source",
    			vol: core.Volume{
    				Name: "projected-volume",
    				VolumeSource: core.VolumeSource{
    					Projected: &core.ProjectedVolumeSource{
    						Sources: []core.VolumeProjection{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                      fieldRef:
                        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 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.ConfigMapProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top