Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for saresti (0.13 sec)

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

    	"stabilizationWindowSeconds": "stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds...
    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/v2beta2/types.go

    // They can limit the scaling velocity by specifying scaling policies.
    // They can prevent flapping by specifying the stabilization window, so that the
    // number of replicas is not set instantly, instead, the safest value from the stabilization
    // window is chosen.
    type HPAScalingRules struct {
    	// stabilizationWindowSeconds is the number of seconds for which past recommendations should be
    	// considered while scaling up or scaling down.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  3. pilot/pkg/model/telemetry.go

    				specs = []*TracingSpec{&serverSpec}
    			}
    		}
    
    		if len(names) > 0 {
    			// NOTE: we only support a single provider per mode
    			// so, choosing the first provider returned in the list
    			// is the "safest"
    			fetched := t.fetchProvider(names[0])
    			for _, spec := range specs {
    				spec.Provider = fetched
    			}
    		}
    
    		// Now merge in any overrides
    		if m.DisableSpanReporting != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  4. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    possible use to the public, the best way to achieve this is to make it
    free software which everyone can redistribute and change under these terms.
    
    To do so, attach the following notices to the program. It is safest to
    attach them to the start of each source file to most effectively convey
    the exclusion of warranty; and each file should have at least the
    "copyright" line and a pointer to where the full notice is found.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top