Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Required (0.2 sec)

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

                              anyOf:
                              - required:
                                - listener
                              - required:
                                - routeConfiguration
                              - required:
                                - cluster
                          - required:
                            - listener
                          - required:
                            - routeConfiguration
    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

                              anyOf:
                              - required:
                                - listener
                              - required:
                                - routeConfiguration
                              - required:
                                - cluster
                          - required:
                            - listener
                          - required:
                            - routeConfiguration
    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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                              anyOf:
                              - required:
                                - listener
                              - required:
                                - routeConfiguration
                              - required:
                                - cluster
                          - required:
                            - listener
                          - required:
                            - routeConfiguration
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          type: string
                      required:
                      - ancestorRef
                      - controllerName
                      type: object
                    maxItems: 16
                    type: array
                required:
                - ancestors
                type: object
            required:
            - spec
            type: object
        served: true
        storage: true
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "required": [
              "kind",
              "name"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              "name": "name",
              "required": true,
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
              "description": "object name and auth scope, such as for teams and projects",
              "in": "path",
              "name": "namespace",
              "required": true,
              "schema": {
                "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    		}},
    		expectedError: `[0].valueFrom.fieldRef.fieldPath: Required value`,
    	}, {
    		name: "missing APIVersion on ObjectFieldSelector",
    		envs: []core.EnvVar{{
    			Name: "abc",
    			ValueFrom: &core.EnvVarSource{
    				FieldRef: &core.ObjectFieldSelector{
    					FieldPath: "metadata.name",
    				},
    			},
    		}},
    		expectedError: `[0].valueFrom.fieldRef.apiVersion: Required value`,
    	}, {
    		name: "invalid fieldPath",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    - ACTION REQUIRED: Switch core master base images (kube-controller-manager) from debian to distroless. If you need Flex Volumes support using scripts, please build your own image with required packages (like bash) ([#91329](https://github.com/kubernetes/kubernetes/pull/91329), [@dims](https://github.com/dims)) [SIG Cloud Provider, Release, Storage 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)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    device and computes the HBM size (in bytes) required for TPUEmbedding operation.
      }];
    
      let arguments = (ins
        StrAttr:$config
      );
    
      let results = (outs
        Res<TF_StrTensor, [{A string-encoded common configuration proto
    containing metadata about the TPUEmbedding partitioner output and
    the HBM size (in bytes) required for operation.}]>:$common_config
      );
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. RELEASE.md

        *   This does not change the minimum required version for building
            TensorFlow from source on Windows, but builds enabling
            `EIGEN_STRONG_INLINE` can take over 48 hours to compile without this
            flag. Refer to `configure.py` for more information about
            `EIGEN_STRONG_INLINE` and `/d2ReducedOptimizeHugeFunctions`.
        *   If either of the required DLLs, `msvcp140.dll` (old) or `msvcp140_1.dll`
    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