Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for stabilize (0.23 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    			"",
    			[]timestampedRecommendation{},
    			5,
    			5,
    			1,
    		},
    		{
    			"stabilize",
    			"",
    			[]timestampedRecommendation{
    				{4, time.Now().Add(-2 * time.Minute)},
    				{5, time.Now().Add(-1 * time.Minute)},
    			},
    			3,
    			5,
    			3,
    		},
    		{
    			"no stabilize",
    			"",
    			[]timestampedRecommendation{
    				{1, time.Now().Add(-2 * time.Minute)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    				name: fmt.Sprintf("%v:%v/%v", c.port, c.dest, c.auth),
    				skip: skip{
    					skip:   t.Apps.All.Instances().Clusters().IsMulticluster(),
    					reason: "https://github.com/istio/istio/issues/37305: stabilize tcp connection breaks",
    				},
    				config: destinationRule(to.Config().Service, c.dest) + peerAuthentication(to.Config().Service, c.auth),
    				call:   client.CallOrFail,
    				opts: echo.CallOptions{
    					To: to,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    istio-ingressgateway enabled: false istiodRemote: enabled: true values: profile: remote manifests/profiles/preview.yaml # The preview profile contains features that are experimental. # This is intended to explore new features coming to Istio. # Stability, security, and performance are not guaranteed - use at your own risk. apiVersion: install.istio.io/v1alpha1 kind: IstioOperator spec: meshConfig: defaultConfig: proxyMetadata: # Enable Istio agent to handle DNS requests for known hosts # Unknown...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. guava/src/com/google/common/cache/LocalCache.java

         * empty at any point. (The sum ensures accuracy up through at least 1<<31 per-segment
         * modifications before recheck.) Method containsValue() uses similar constructions for
         * stability checks.
         */
        long sum = 0L;
        Segment<K, V>[] segments = this.segments;
        for (Segment<K, V> segment : segments) {
          if (segment.count != 0) {
            return false;
          }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/cache/LocalCache.java

         * empty at any point. (The sum ensures accuracy up through at least 1<<31 per-segment
         * modifications before recheck.) Method containsValue() uses similar constructions for
         * stability checks.
         */
        long sum = 0L;
        Segment<K, V>[] segments = this.segments;
        for (Segment<K, V> segment : segments) {
          if (segment.count != 0) {
            return false;
          }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    	// must still run to completion.
    	podWorkers PodWorkers
    
    	// evictionManager observes the state of the node for situations that could impact node stability
    	// and evicts pods (sets to phase Failed with reason Evicted) to reduce resource pressure. The
    	// eviction manager acts on the actual state of the node and considers the podWorker to be
    	// authoritative.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
              },
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
Back to top