Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GoawayChance (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go

    	c.MaxRequestsInFlight = s.MaxRequestsInFlight
    	c.MaxMutatingRequestsInFlight = s.MaxMutatingRequestsInFlight
    	c.LivezGracePeriod = s.LivezGracePeriod
    	c.RequestTimeout = s.RequestTimeout
    	c.GoawayChance = s.GoawayChance
    	c.MinRequestTimeout = s.MinRequestTimeout
    	c.ShutdownDelayDuration = s.ShutdownDelayDuration
    	c.JSONPatchMaxCopyBytes = s.JSONPatchMaxCopyBytes
    	c.MaxRequestBodyBytes = s.MaxRequestBodyBytes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 21:53:51 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/config.go

    	// GoawayChance is the probability that send a GOAWAY to HTTP/2 clients. When client received
    	// GOAWAY, the in-flight requests will not be affected and new requests will use
    	// a new TCP connection to triggering re-balancing to another server behind the load balance.
    	// Default to 0, means never send GOAWAY. Max is 0.02 to prevent break the apiserver.
    	GoawayChance float64
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top