Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for volumeID (0.21 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "boolean"
              },
              "volumeID": {
                "default": "",
                "description": "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
                "type": "string"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		isExpectedFailure bool
    		volume            *core.PersistentVolume
    	}{
    		"alpha invalid local volume nil annotations": {
    			isExpectedFailure: true,
    			volume: testVolume(
    				"invalid-local-volume-nil-annotations",
    				"",
    				testLocalVolume("/foo", nil)),
    		},
    		"valid local volume": {
    			isExpectedFailure: false,
    			volume: testVolume("valid-local-volume", "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                - name: "{{  $index }}"
                  {{ toYaml $value | indent 6 }}
                  {{ end }}
                  {{- end }}
              volumes:
              - emptyDir:
                name: workload-socket
              - emptyDir:
                name: credential-socket
              {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    ### General ephemeral volumes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      required:
                      - hosts
                      type: object
                    type: array
                  inboundConnectionPool:
                    description: Settings controlling the volume of connections Envoy
                      will accept from the network.
                    properties:
                      http:
                        description: HTTP connection pool settings.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                      required:
                      - hosts
                      type: object
                    type: array
                  inboundConnectionPool:
                    description: Settings controlling the volume of connections Envoy
                      will accept from the network.
                    properties:
                      http:
                        description: HTTP connection pool settings.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    222E          ; valid                  ;      ; NV8    # 1.1  CONTOUR INTEGRAL
    222F          ; mapped                 ; 222E 222E     # 1.1  SURFACE INTEGRAL
    2230          ; mapped                 ; 222E 222E 222E #1.1  VOLUME INTEGRAL
    2231..22F1    ; valid                  ;      ; NV8    # 1.1  CLOCKWISE INTEGRAL..DOWN RIGHT DIAGONAL ELLIPSIS
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Otherwise, Knuth's algorithm is used to acquire samples via multiplying uniform
    random variables.
    See Donald E. Knuth (1969). Seminumerical Algorithms. The Art of Computer
    Programming, Volume 2. Addison Wesley
      }];
    
      let arguments = (ins
        Arg<TF_I32OrI64Tensor, [{1-D integer tensor. Shape of independent samples to draw from each
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top