Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for bases (0.16 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                    httpHeaderName:
                                      description: Hash based on a specific HTTP header.
                                      type: string
                                    httpQueryParameterName:
                                      description: Hash based on a specific HTTP query
                                        parameter.
                                      type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                                    httpHeaderName:
                                      description: Hash based on a specific HTTP header.
                                      type: string
                                    httpQueryParameterName:
                                      description: Hash based on a specific HTTP query
                                        parameter.
                                      type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                            The effects of ordering of multiple behaviors are currently unspecified.
                            This can change in the future based on feedback during the alpha stage.
    
    
                            Conformance-levels at this level are defined based on the type of filter:
    
    
                            - ALL core filters MUST be supported by all implementations that support
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_StatelessRandomGetAlgOp : TF_Op<"StatelessRandomGetAlg", []> {
      let summary = "Picks the best counter-based RNG algorithm based on device.";
    
      let description = [{
    This op picks the best counter-based RNG algorithm based on device.
      }];
    
      let arguments = (ins);
    
      let results = (outs
        Res<TF_Int32Tensor, [{The RNG algorithm (shape int32[]).}]>:$alg
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. RELEASE.md

          maintains a hash table to track the most up-to-date vocabulary based on
          the inputs received by the layer and the eviction policy. When this layer
          is used with an `UpdateEmbeddingCallback`, which is a time-based callback,
          the vocabulary lookup tensor is updated at the time interval set in the
          `UpdateEmbeddingCallback` based on the most up-to-date vocabulary hash
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "storagePolicyID": {
                "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
                "type": "string"
              },
              "storagePolicyName": {
                "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.",
                "type": "string"
              },
              "volumePath": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            ],
            "type": "object"
          },
          "io.k8s.api.resource.v1alpha2.NamedResourcesInstance": {
            "description": "NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.",
            "properties": {
              "attributes": {
                "description": "Attributes defines the attributes of this resource instance. The name of each attribute must be unique.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    	}
    
    	// Success Cases:
    	// Validate normal success cases - only PVC volumeSource or generic ephemeral volume
    	if errs := ValidateVolumeDevices(successCase, GetVolumeMountMap(goodVolumeMounts), vols, field.NewPath("field")); len(errs) != 0 {
    		t.Errorf("expected success: %v", errs)
    	}
    
    	// Error Cases:
    	// Validate normal error cases - only PVC volumeSource
    	for k, v := range errorCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top