Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for rulesv4 (0.19 sec)

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

                            consider the Route Rules with this configuration invalid. If all Route Rules
                            in a Route are invalid, the entire Route would be considered invalid. If only
                            a portion of Route Rules are invalid, implementations MUST set the
                            "PartiallyInvalid" condition for the Route.
    
    
    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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      namespace: istio-system
    rules:
    - apiGroups:
      - ""
      resources:
      - secrets
      verbs:
      - get
      - watch
      - list
    
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: Role
    metadata:
      labels:
        app: istiod
        release: istio
      name: istiod
      namespace: istio-system
    rules:
    - apiGroups:
      - networking.istio.io
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    items:
                      type: string
                    type: array
                  http:
                    description: An ordered list of route rules for HTTP traffic.
                    items:
                      properties:
                        corsPolicy:
                          description: Cross-Origin Resource Sharing policy (CORS).
                          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                    items:
                      type: string
                    type: array
                  http:
                    description: An ordered list of route rules for HTTP traffic.
                    items:
                      properties:
                        corsPolicy:
                          description: Cross-Origin Resource Sharing policy (CORS).
                          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.jacoco.rules.JacocoLimitImpl> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (JacocoLimitImpl.java:0)
    Class <org.gradle.internal.jacoco.rules.JacocoViolationRuleImpl> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (JacocoViolationRuleImpl.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "Affinity is a group of affinity scheduling rules.",
            "properties": {
              "nodeAffinity": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.NodeAffinity"
                  }
                ],
                "description": "Describes node affinity scheduling rules for the pod."
              },
              "podAffinity": {
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Note: This Op is *not* intended to be called by the user; instead users should
    call `tf.einsum` directly. It is a hidden Op used by `tf.einsum`.
    
    Operations are applied to the input(s) according to the following rules:
    
     (a) Generalized Diagonals: For input dimensions corresponding to axis labels
         appearing more than once in the same input subscript, we take the
         generalized (`k`-dimensional) diagonal.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. RELEASE.md

        out quickly. However, please note the following caveat:
        *   For users wishing to pin their Python dependency in a requirements file
            or other situation, under Python's version specification rules,
            `tensorflow[and-cuda]==2.15.0` will not install this fixed version.
            Please use `==2.15.0.post1` to specify this exact version on Linux
            platforms, or a fuzzy version specification, such as `==2.15.*`, to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified....
    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. src/cmd/compile/internal/ssa/rewriteARM64.go

    // Code generated from _gen/ARM64.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "cmd/compile/internal/types"
    
    func rewriteValueARM64(v *Value) bool {
    	switch v.Op {
    	case OpARM64ADCSflags:
    		return rewriteValueARM64_OpARM64ADCSflags(v)
    	case OpARM64ADD:
    		return rewriteValueARM64_OpARM64ADD(v)
    	case OpARM64ADDSflags:
    		return rewriteValueARM64_OpARM64ADDSflags(v)
    	case OpARM64ADDconst:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top