Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 478 for prefers (0.26 sec)

  1. staging/src/k8s.io/api/autoscaling/v2beta2/types_swagger_doc_generated.go

    	"object":            "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).",
    	"pods":              "pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second).  The values will be averaged together before being compared to the target value.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/types.go

    	Type MetricSourceType `json:"type" protobuf:"bytes,1,name=type"`
    
    	// object refers to a metric describing a single kubernetes object
    	// (for example, hits-per-second on an Ingress object).
    	// +optional
    	Object *ObjectMetricSource `json:"object,omitempty" protobuf:"bytes,2,opt,name=object"`
    	// pods refers to a metric describing each pod in the current scale target
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 26.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v1/types.go

    	Type MetricSourceType `json:"type" protobuf:"bytes,1,name=type"`
    
    	// object refers to a metric describing a single kubernetes object
    	// (for example, hits-per-second on an Ingress object).
    	// +optional
    	Object *ObjectMetricSource `json:"object,omitempty" protobuf:"bytes,2,opt,name=object"`
    
    	// pods refers to a metric describing each pod in the current scale target
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2beta2/types.go

    	Type MetricSourceType `json:"type" protobuf:"bytes,1,name=type"`
    
    	// object refers to a metric describing a single kubernetes object
    	// (for example, hits-per-second on an Ingress object).
    	// +optional
    	Object *ObjectMetricSource `json:"object,omitempty" protobuf:"bytes,2,opt,name=object"`
    
    	// pods refers to a metric describing each pod in the current scale target
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoriesDeclaredInSettingsIntegrationTest.groovy

            """
    
            when:
            fails ':checkDeps'
    
            then:
            failure.assertHasCause("Could not find org:module:1.0.")
        }
    
        def "project local repositories can be ignored if we prefer settings repositories"() {
            repository {
                'org:module:1.0'()
            }
    
            settingsFile << """
    
                dependencyResolutionManagement {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:56:27 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/TopKSelector.java

     * create the {@code TopKSelector} instance.
     *
     * <p>If your input data is available as a {@link Stream}, prefer passing {@link
     * Comparators#least(int)} to {@link Stream#collect(java.util.stream.Collector)}. If it is available
     * as an {@link Iterable} or {@link Iterator}, prefer {@link Ordering#leastOf(Iterable, int)}.
     *
     * <p>This uses the same efficient implementation as {@link Ordering#leastOf(Iterable, int)},
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/net/interface_test.go

    		{"single-stack ipv4, prefer v6", routeV4, validNetworkInterface{}, preferIPv6, netutils.ParseIPSloppy("10.254.71.145")},
    		{"single-stack ipv6", routeV6, ipv6NetworkInterface{}, preferIPv4, netutils.ParseIPSloppy("2001::200")},
    		{"single-stack ipv6, prefer v6", routeV6, ipv6NetworkInterface{}, preferIPv6, netutils.ParseIPSloppy("2001::200")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/test_schema.fbs

      // Tensorflow's NHWC).
      shape:[int];
      type:TensorType;
      // An index that refers to the buffers table at the root of the model. Or,
      // if there is no data buffer associated (i.e. intermediate results), then
      // this is 0 (which refers to an always existent empty buffer).
      //
      // The data_buffer itself is an opaque container, with the assumption that the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 19 19:46:06 UTC 2021
    - 26.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2/types.go

    	Type MetricSourceType `json:"type" protobuf:"bytes,1,name=type"`
    
    	// object refers to a metric describing a single kubernetes object
    	// (for example, hits-per-second on an Ingress object).
    	// +optional
    	Object *ObjectMetricSource `json:"object,omitempty" protobuf:"bytes,2,opt,name=object"`
    
    	// pods refers to a metric describing each pod in the current scale target
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  10. src/net/conf_test.go

    			nss:       nssStr(t, "foo: bar"),
    			hostTests: []nssHostTest{{"google.com", "myhostname", hostLookupCgo}},
    		},
    		// Issue 24393: make sure "Resolver.PreferGo = true" acts like netgo.
    		{
    			name:     "resolver-prefergo",
    			resolver: &Resolver{PreferGo: true},
    			c: &conf{
    				preferCgo: true,
    				netCgo:    true,
    			},
    			resolv: defaultResolvConf,
    			nss:    nssStr(t, ""),
    			hostTests: []nssHostTest{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:46:36 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top