Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 286 for irate (0.05 sec)

  1. pilot/pkg/leaderelection/k8sleaderelection/leaderelection.go

    // this client that the tolerance to skew rate varies inversely to master
    // availability.
    //
    // Larger clusters often have a more lenient SLA for API latency. This should be
    // taken into account when configuring the client. The rate of leader transitions
    // should be monitored and RetryPeriod and LeaseDuration should be increased
    // until the rate is stable and acceptably low. It's important to keep in mind
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 24 04:04:42 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  2. plugin/pkg/admission/eventratelimit/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package eventratelimit contains an admission controller that enforces a rate limit on events
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 01 17:38:03 UTC 2017
    - 756 bytes
    - Viewed (0)
  3. tests/integration/telemetry/policy/testdata/enable_envoy_local_ratelimit_per_route.yaml

                        numerator: 100
                        denominator: HUNDRED
                    response_headers_to_add:
                      - append: false
                        header:
                          key: x-local-rate-limit
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 02 03:31:35 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  4. tests/integration/telemetry/policy/testdata/enable_envoy_local_ratelimit_sa.yaml

                      numerator: 100
                      denominator: HUNDRED
                  response_headers_to_add:
                    - append: false
                      header:
                        key: x-local-rate-limit
                        value: 'true'
                  descriptors:
                    - entries:
                      - key: client_id
                        value: "spiffe://cluster.local/ns/{{ .EchoNamespace }}/sa/clt"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 24 23:09:50 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    ito.shizuoka.jp itoigawa.niigata.jp itoman.okinawa.jp its.me itv ivano-frankivsk.ua ivanovo.su iveland.no ivgu.no iwade.wakayama.jp iwafune.tochigi.jp iwaizumi.iwate.jp iwaki.fukushima.jp iwakuni.yamaguchi.jp iwakura.aichi.jp iwama.ibaraki.jp iwamizawa.hokkaido.jp iwanai.hokkaido.jp iwanuma.miyagi.jp iwata.shizuoka.jp iwate.iwate.jp iwate.jp iwatsuki.saitama.jp iwi.nz iyo.ehime.jp iz.hr izena.okinawa.jp izu.shizuoka.jp izumi.kagoshima.jp izumi.osaka.jp izumiotsu.osaka.jp izumisano.osaka.jp izumizaki.fukushima.jp...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  6. pkg/controller/namespace/namespace_controller.go

    		// 10 qps, 100 bucket size.  This is only for retry speed and its only the overall factor (not per item)
    		&workqueue.TypedBucketRateLimiter[string]{Limiter: rate.NewLimiter(rate.Limit(10), 100)},
    	)
    }
    
    // enqueueNamespace adds an object to the controller work queue
    // obj could be an *v1.Namespace, or a DeletionFinalStateUnknown item.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. tests/integration/telemetry/policy/envoy_ratelimit_test.go

    		Prefix: "istio-ratelimit",
    	})
    	if err != nil {
    		return
    	}
    
    	err = ctx.ConfigIstio().File(ratelimitNs.Name(), "testdata/rate-limit-configmap.yaml").Apply()
    	if err != nil {
    		return
    	}
    
    	err = ctx.ConfigIstio().File(ratelimitNs.Name(), filepath.Join(env.IstioSrc, "samples/ratelimit/rate-limit-service.yaml")).
    		Apply()
    	if err != nil {
    		return
    	}
    
    	// Wait for redis and ratelimit service to be up.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/util/webhook/webhook.go

    	//
    	// Set this to something reasonable so request to webhooks don't hang forever.
    	clientConfig.Timeout = defaultRequestTimeout
    
    	// Avoid client-side rate limiting talking to the webhook backend.
    	// Rate limiting should happen when deciding how many requests to serve.
    	clientConfig.QPS = -1
    
    	return clientConfig, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 19:02:55 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  9. releasenotes/notes/bug-report-speedup.yaml

    # release notes.
    releaseNotes:
      - |
        **Removed** `--rps-limit` flag for `istioctl bug-report` and **added** `--rq-concurrency` flag.
        The bug reporter will now limit request concurrency instead of limiting request rate to the kube
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 12:07:50 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. platforms/core-runtime/time/src/main/java/org/gradle/internal/time/MonotonicClock.java

     * All syncing timestamps will be the same as the previously issued timestamp.
     * The rate by which this clock slows, and therefore the time it takes to resync,
     * is determined by how frequently the clock is read.
     * If timestamps are only requested at a rate greater than the sync interval,
     * all timestamps will have the same value until the clocks synchronize (i.e. this clock will pause).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:20:17 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top