Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for tstart (0.89 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "description": "ResourceClaimSpec defines how a resource is to be allocated.",
            "properties": {
              "allocationMode": {
                "description": "Allocation can start immediately or when a Pod wants to use the resource. \"WaitForFirstConsumer\" is the default.",
                "type": "string"
              },
              "parametersRef": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

    any of following states:\n\t- ControllerResizeInProgress:\n\t\tState set when resize controller starts resizing the volume in control-plane.\n\t- ControllerResizeFailed:\n\t\tState set when resize has failed in resize controller with a terminal error.\n\t- NodeResizePending:\n\t\tState set when resize controller has finished resizing the volume but further resizing of\n\t\tvolume is needed on the node.\n\t- NodeResizeInProgress:\n\t\tState set when kubelet starts resizing the volume.\n\t- NodeResizeFailed:\n\t\tState...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                          description: The time duration a connection
                                            needs to be idle before keep-alive probes
                                            start being sent.
                                          type: string
                                          x-kubernetes-validations:
                                          - message: must be a valid duration greater
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                                          description: The time duration a connection
                                            needs to be idle before keep-alive probes
                                            start being sent.
                                          type: string
                                          x-kubernetes-validations:
                                          - message: must be a valid duration greater
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    If `num > 1`, the values in the sequence increase by
    `(stop - start) / (num - 1)`, so that the last one is exactly `stop`.
    
    For example:
    
    ```
    tf.linspace(10.0, 12.0, 3, name="linspace") => [ 10.0  11.0  12.0]
    ```
      }];
    
      let arguments = (ins
        Arg<TF_FloatTensor, [{0-D tensor. First entry in the range.}]>:$start,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    			csi:      &core.CSIVolumeSource{Driver: strings.Repeat("g", 65)},
    			errtype:  field.ErrorTypeTooLong,
    			errfield: "driver",
    		}, {
    			name:     "driver name: invalid start char",
    			csi:      &core.CSIVolumeSource{Driver: "_comgooglestoragecsigcepd"},
    			errtype:  field.ErrorTypeInvalid,
    			errfield: "driver",
    		}, {
    			name:     "driver name: invalid end char",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CRYPT_SILENT", Const, 0},
    		{"CRYPT_VERIFYCONTEXT", Const, 0},
    		{"CS5", Const, 0},
    		{"CS6", Const, 0},
    		{"CS7", Const, 0},
    		{"CS8", Const, 0},
    		{"CSIZE", Const, 0},
    		{"CSTART", Const, 1},
    		{"CSTATUS", Const, 1},
    		{"CSTOP", Const, 1},
    		{"CSTOPB", Const, 0},
    		{"CSUSP", Const, 1},
    		{"CTL_MAXNAME", Const, 0},
    		{"CTL_NET", Const, 0},
    		{"CTL_QUERY", Const, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                        Note that as per RFC1035 and RFC1123, a *label* must consist of lower case
                        alphanumeric characters or '-', and must start and end with an alphanumeric
                        character. No other punctuation is allowed.
                      maxLength: 253
                      minLength: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top