Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for applyTo (0.28 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                          description: Labels apply a filter over the endpoints of a service
                            in the service registry.
                          type: object
                        name:
                          description: Name of the subset.
                          type: string
                        trafficPolicy:
                          description: Traffic policies that apply to this subset.
                          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          description: Labels apply a filter over the endpoints of a service
                            in the service registry.
                          type: object
                        name:
                          description: Name of the subset.
                          type: string
                        trafficPolicy:
                          description: Traffic policies that apply to this subset.
                          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)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                          description: Labels apply a filter over the endpoints of a service
                            in the service registry.
                          type: object
                        name:
                          description: Name of the subset.
                          type: string
                        trafficPolicy:
                          description: Traffic policies that apply to this subset.
                          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)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "in": "query",
                "name": "fieldManager",
                "schema": {
                  "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "in": "query",
                "name": "fieldManager",
                "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)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

                description: Spec defines the desired state of BackendTLSPolicy.
                properties:
                  targetRefs:
                    description: |-
                      TargetRefs identifies an API object to apply the policy to.
                      Only Services have Extended support. Implementations MAY support
                      additional objects, with Implementation Specific 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)
  7. CHANGELOG/CHANGELOG-1.19.md

    - Respect annotation size limit for server-side apply updates to the client-side apply annotation. Also, fix opt-out of this behavior by setting the client-side apply annotation to the empty string. ([#102105](https://github.com/kubernetes/kubernetes/pull/102105), [@julianvmodesto](https://github.com/julianvmodesto)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_I32OrI64Tensor, [{the inter-window strides}]>:$window_strides,
        Arg<TF_I32OrI64Tensor, [{the padding to apply at the start and end of each input dimensions}]>:$padding,
        Arg<TF_I32OrI64Tensor, [{dilation to apply between input elements}]>:$lhs_dilation,
        Arg<TF_I32OrI64Tensor, [{dilation to apply between kernel elements}]>:$rhs_dilation,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. RELEASE.md

        truncating inputs such as from int64 to int32.
    *   Adds `tf.sparse.map_values` to apply a function to the `.value`s of
        `SparseTensor` arguments.
    *   The Python bitwise operators for `Tensor` (`__and__`, `__or__`, `__xor__`
        and `__invert__` now support non-`bool` arguments and apply the
        corresponding bitwise ops. `bool` arguments continue to be supported and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation_test.go

    			claim: func() *core.PersistentVolumeClaim {
    				claim := testVolumeClaim(goodName, goodNS, goodClaimSpec)
    				claim.ManagedFields = []metav1.ManagedFieldsEntry{{
    					FieldsType: "FieldsV1",
    					Operation:  "Apply",
    					APIVersion: "apps/v1",
    					Manager:    "foo",
    				},
    				}
    				return claim
    			}(),
    		},
    		"with-good-labels": {
    			claim: func() *core.PersistentVolumeClaim {
    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