Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for effects (0.13 sec)

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

                        targets a Service, it may have a distinct result per attached Gateway.
    
    
                        Policies targeting the same resource may have different effects depending on the
                        ancestors of those resources. For example, different Gateways targeting the same
                        Service may have different capabilities, especially if they have different underlying
    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. pkg/apis/core/validation/validation_test.go

    				// Add a taint with NoExecute effect to a node
    				Taints: []core.Taint{{Key: "dedicated", Value: "special-user-3", Effect: "NoScheduleNoAdmit"}},
    			},
    		},
    		"duplicated-taints-with-same-key-effect": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "dedicated-node1",
    			},
    			Spec: core.NodeSpec{
    				// Add two taints to the node with the same key and effect; should be rejected.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.",
            "properties": {
              "effect": {
                "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.",
                "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)
  4. RELEASE.md

        *   Add Conv3DTranspose as a builtin op.
    *   `tf.summary`:
        *   Fix `tf.summary.should_record_summaries()` so it correctly reflects when
            summaries will be written, even when `tf.summary.record_if()` is not n
            effect, by returning True tensor if default writer is present.
    *   Grappler:
        *   Disable default Grappler optimization timeout to make the optimization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Where to extract the key and value from a line is specified by `key_index` and
    `value_index`.
    
    - A value of -1 means use the line number(starting from zero), expects `int64`.
    - A value of -2 means use the whole line content, expects `string`.
    - A value >= 0 means use the index (starting at zero) of the split line based
      on `delimiter`.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

      means setting the this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. 
      If a pod does not have FQDN, this has no effect. ([#91699](https://github.com/kubernetes/kubernetes/pull/91699), [@javidiaz](https://github.com/javidiaz)) [SIG Apps, Network, Node 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)
Back to top