Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for service_account (0.26 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      namespace: istio-system
    
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      labels:
        app: istio-reader
        release: istio
      name: istio-reader-service-account
      namespace: istio-system
    
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      labels:
        app: istiod
        release: istio
      name: istiod
      namespace: istio-system
    
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                            minimum: 0
                            type: integer
                          description: Set of ports associated with the endpoint.
                          type: object
                        serviceAccount:
                          description: The service account associated with the workload
                            if a sidecar is present in the workload.
                          type: string
                        weight:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                            minimum: 0
                            type: integer
                          description: Set of ports associated with the endpoint.
                          type: object
                        serviceAccount:
                          description: The service account associated with the workload
                            if a sidecar is present in the workload.
                          type: string
                        weight:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    					},
    					TerminationMessagePolicy: "File",
    				}},
    				RestartPolicy: core.RestartPolicyAlways,
    				DNSPolicy:     core.DNSClusterFirst,
    			},
    		},
    		"valid serviceaccount token projected volume with serviceaccount name specified": {
    			ObjectMeta: metav1.ObjectMeta{Name: "valid-extended", Namespace: "ns"},
    			Spec: core.PodSpec{
    				ServiceAccountName: "some-service-account",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.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: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top