Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 202 for projected (0.23 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

                  "kind": "kindValue"
                },
                "photonPersistentDisk": {
                  "pdID": "pdIDValue",
                  "fsType": "fsTypeValue"
                },
                "projected": {
                  "sources": [
                    {
                      "secret": {
                        "name": "nameValue",
                        "items": [
                          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

                  "kind": "kindValue"
                },
                "photonPersistentDisk": {
                  "pdID": "pdIDValue",
                  "fsType": "fsTypeValue"
                },
                "projected": {
                  "sources": [
                    {
                      "secret": {
                        "name": "nameValue",
                        "items": [
                          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

              "readOnly": true,
              "kind": "kindValue"
            },
            "photonPersistentDisk": {
              "pdID": "pdIDValue",
              "fsType": "fsTypeValue"
            },
            "projected": {
              "sources": [
                {
                  "secret": {
                    "name": "nameValue",
                    "items": [
                      {
                        "key": "keyValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.json

                  "kind": "kindValue"
                },
                "photonPersistentDisk": {
                  "pdID": "pdIDValue",
                  "fsType": "fsTypeValue"
                },
                "projected": {
                  "sources": [
                    {
                      "secret": {
                        "name": "nameValue",
                        "items": [
                          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.json

                  "kind": "kindValue"
                },
                "photonPersistentDisk": {
                  "pdID": "pdIDValue",
                  "fsType": "fsTypeValue"
                },
                "projected": {
                  "sources": [
                    {
                      "secret": {
                        "name": "nameValue",
                        "items": [
                          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

                  "kind": "kindValue"
                },
                "photonPersistentDisk": {
                  "pdID": "pdIDValue",
                  "fsType": "fsTypeValue"
                },
                "projected": {
                  "sources": [
                    {
                      "secret": {
                        "name": "nameValue",
                        "items": [
                          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

    emptyDir: {} - name: istio-podinfo downwardAPI: items: - path: "labels" fieldRef: fieldPath: metadata.labels - path: "annotations" 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 }} {{- end }} {{- if eq .Values.global.pilotCertProvider "istiod" }} - name: istiod-ca-cert configMap: name: istio-ca-root-cert...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/Project.java

        /**
         * <p>Returns the root project for the hierarchy that this project belongs to.  In the case of a single-project
         * build, this method returns this project.</p>
         *
         * @return The root project. Never returns null.
         */
        Project getRootProject();
    
        /**
         * <p>Returns the root directory of this project. The root directory is the project directory of the root
         * project.</p>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  9. plugin/pkg/admission/noderestriction/admission_test.go

    	ctbpod, _ := makeTestPod("ns", "myctbpod", "mynode", true)
    	ctbpod.Spec.Volumes = []api.Volume{{VolumeSource: api.VolumeSource{Projected: &api.ProjectedVolumeSource{Sources: []api.VolumeProjection{{ClusterTrustBundle: &api.ClusterTrustBundleProjection{Name: pointer.String("foo")}}}}}}}
    
    	pvcpod, _ := makeTestPod("ns", "mypvcpod", "mynode", true)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/tutorial/project-structure.png

    project-structure.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 05:44:04 UTC 2024
    - 90.4K bytes
    - Viewed (0)
Back to top