Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for RequestId (0.32 sec)

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

              },
              "finalizers": {
    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

    actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity.\n\nA controller that receives PVC update...
    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. CHANGELOG/CHANGELOG-1.19.md

      - `kube-apiserver` publishes `apiserver_requested_deprecated_apis` gauge metrics set to `1` for deprecated APIs which have been requested, with `group`, `version`, `resource`, `subresource`, and `removed_release` labels ([#73032](https://github.com/kubernetes/kubernetes/pull/73032), [@liggitt](https://github.com/liggitt)) [SIG API Machinery, CLI, Instrumentation and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                properties:
                  addresses:
                    description: |+
                      Addresses requested for this Gateway. This is optional and behavior can
                      depend on the implementation. If a value is set in the spec and the
                      requested address is invalid or unavailable, the implementation MUST
                      indicate this in the associated entry in GatewayStatus.Addresses.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Accepted values are:
    
    *   0: Use the number of channels in the JPEG-encoded image.
    *   1: output a grayscale image.
    *   3: output an RGB image.
    
    If needed, the JPEG-encoded image is transformed to match the requested number
    of color channels.
    
    The attr `ratio` allows downscaling the image by an integer factor during
    decoding.  Allowed values are: 1, 2, 4, and 8.  This is much faster than
    downscaling the image later.
    
    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

    				s.Spec.ClusterIPs = []string{"2001::1"}
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv6Protocol}
    
    			},
    			numErrs: 0,
    		}, {
    			name: "valid, single ip + single family (dual stack requested)",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilyPolicy = &preferDualStack
    				s.Spec.ClusterIP = "2001::1"
    				s.Spec.ClusterIPs = []string{"2001::1"}
    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. RELEASE.md

        name used in Tensorboard for organizing summaries.
    *   When GPU is configured, do not require --config=cuda, instead, automatically
        build for GPU if this is requested in the configure script.
    *   Fix incorrect sampling of small probabilities in CPU/GPU multinomial.
    *   Add a list_devices() API on sessions to list devices within a cluster.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top