Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for fieldsV1 (0.27 sec)

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

                "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
                "type": "string"
              },
              "fieldsV1": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1"
                  }
                ],
    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

                "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
                "type": "string"
              },
              "fieldsV1": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1"
                  }
                ],
    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. pkg/apis/core/validation/validation_test.go

    	if !expect.Equal(result) {
    		// expected fields missing from result
    		missing := expect.Difference(result)
    		// unexpected fields in result but not specified in expect
    		unexpected := result.Difference(expect)
    		if len(missing) > 0 {
    			t.Errorf("the following fields were expected, but missing from the result. "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    type: string
                  pluginConfig:
                    description: The configuration that will be passed on to the plugin.
                    type: object
                    x-kubernetes-preserve-unknown-fields: true
                  pluginName:
                    description: The plugin name to be used in the Envoy configuration
                      (used to be called `rootID`).
                    maxLength: 256
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                    type: string
                  pluginConfig:
                    description: The configuration that will be passed on to the plugin.
                    type: object
                    x-kubernetes-preserve-unknown-fields: true
                  pluginName:
                    description: The plugin name to be used in the Envoy configuration
                      (used to be called `rootID`).
                    maxLength: 256
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      Listener. When multiple Listeners share values for fields (for
                      example, two Listeners with the same Port value), the implementation
                      can match requests to only one of the Listeners using other
                      Listener fields.
    
    
                      For example, the following Listener scenarios are distinct:
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        type: string
                    type: object
                type: object
              status:
                type: object
                x-kubernetes-preserve-unknown-fields: true
            type: object
        served: true
        storage: false
        subresources:
          status: {}
      - name: v1beta1
        schema:
          openAPIV3Schema:
            properties:
              spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a bug that prevents kubectl to validate CRDs with schema using x-kubernetes-preserve-unknown-fields on object fields.
      Fix kubectl SchemaError on CRDs with schema using x-kubernetes-preserve-unknown-fields on array types. ([#96562](https://github.com/kubernetes/kubernetes/pull/96562), [@gautierdelorme](https://github.com/gautierdelorme)) [SIG API Machinery 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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ContainsRune", Func, 7},
    		{"Count", Func, 0},
    		{"Cut", Func, 18},
    		{"CutPrefix", Func, 20},
    		{"CutSuffix", Func, 20},
    		{"Equal", Func, 0},
    		{"EqualFold", Func, 0},
    		{"ErrTooLarge", Var, 0},
    		{"Fields", Func, 0},
    		{"FieldsFunc", Func, 0},
    		{"HasPrefix", Func, 0},
    		{"HasSuffix", Func, 0},
    		{"Index", Func, 0},
    		{"IndexAny", Func, 0},
    		{"IndexByte", Func, 0},
    		{"IndexFunc", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    // folder:
    // tensorflow/core/api_def/base_api
    // The generated fields for an op include name, summary, description, traits,
    // arguments, results, derived attributes. Therefore, modifications to these
    // fields will NOT be respected upon subsequent refreshes. However, additional
    // fields after those fields will be retained.
    //
    // Ops in this file are sorted alphabetically.
    
    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