Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for withZip (0.38 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

              Filters can be used to specify additional processing steps. Backends specify
              where matching requests will be routed.
    
    
              GRPCRoute falls under extended support within the Gateway API. Within the
              following specification, the word "MUST" indicates that an implementation
              supporting GRPCRoute must conform to the indicated requirement, but an
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                          type: string
                                        subFilter:
                                          description: The next level filter within this
                                            filter to match upon.
                                          properties:
                                            name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                                          type: string
                                        subFilter:
                                          description: The next level filter within this
                                            filter to match upon.
                                          properties:
                                            name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                          type: string
                                        subFilter:
                                          description: The next level filter within this
                                            filter to match upon.
                                          properties:
                                            name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "volumeNamespace": {
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

         ordered by decreasing memory layout significance as:
         n,iY,iX,bY,bX,oC  (where n=batch index, iX, iY means X or Y coordinates
                            within the input image, bX, bY means coordinates
                            within the output block, oC means output channels).
         The output would be the input transposed to the following layout:
         n,iY,bY,iX,bX,oC
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. RELEASE.md

        *   In `Layer.call`, `AutoCastVariable`s will no longer be casted within
            `MirroredStrategy.run` or `ReplicaContext.merge_call`. This is because a
            thread local variable is used to determine whether `AutoCastVariable`s
            are casted, and those two functions run with a different thread. Note
            this only applies if one of these two functions is called within
            `Layer.call`; if one of those two functions calls `Layer.call`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    ### Avoiding permanent beta
    
    From Kubernetes 1.20 onwards, SIG Architecture will implement a new policy to transition all REST APIs out of beta within nine months. The idea behind the new policy is to avoid features staying in beta for a long time. Once a new API enters beta, it will have nine months to either:
    
     - reach GA, and deprecate the beta, or
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  "default": {}
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation_test.go

    				t.Errorf("Unexpected error(s): %v", errs)
    			}
    		})
    	}
    }
    
    func TestValidateOSFields(t *testing.T) {
    	// Contains the list of OS specific fields within pod spec.
    	// All the fields in pod spec should be either osSpecific or osNeutral field
    	// To make a field OS specific:
    	// - Add documentation to the os specific field indicating which os it can/cannot be set for
    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