Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 297 for Thresholds (0.35 sec)

  1. test/fixedbugs/issue30606b.go

    import "reflect"
    
    func main() {}
    
    func typ(x interface{}) reflect.Type { return reflect.ValueOf(x).Type() }
    
    var byteType = typ((byte)(0))
    var ptrType = typ((*byte)(nil))
    
    // Arrays of pointers. There are two size thresholds.
    // Bit masks are chunked in groups of 120 pointers.
    // Array types with >16384 pointers have a GC program instead of a bitmask.
    var smallPtrType = reflect.ArrayOf(100, ptrType)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 00:06:12 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/memory_threshold_notifier.go

    )
    
    type memoryThresholdNotifier struct {
    	threshold  evictionapi.Threshold
    	cgroupPath string
    	events     chan struct{}
    	factory    NotifierFactory
    	handler    func(string)
    	notifier   CgroupNotifier
    }
    
    var _ ThresholdNotifier = &memoryThresholdNotifier{}
    
    // NewMemoryThresholdNotifier creates a ThresholdNotifier which is designed to respond to the given threshold.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 21 00:36:14 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  3. pkg/kubelet/eviction/eviction_manager_test.go

    				nodeRef := &v1.ObjectReference{Kind: "Node", Name: "test", UID: types.UID("test"), Namespace: ""}
    
    				config := Config{
    					PressureTransitionPeriod: time.Minute * 5,
    					Thresholds: []evictionapi.Threshold{
    						{
    							Signal:   evictionapi.SignalMemoryAvailable,
    							Operator: evictionapi.OpLessThan,
    							Value: evictionapi.ThresholdValue{
    								Quantity: quantityMustParse("2Gi"),
    							},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. pkg/istio-agent/health/health_check.go

    			numSuccess++
    			// wipe numFail (need consecutive success)
    			numFail = 0
    			// if we reached the threshold, mark the target as healthy
    			if numSuccess == w.config.SuccessThresh && lastState != lastStateHealthy {
    				healthCheckLog.Info("success threshold hit, marking as healthy")
    				callback(&ProbeEvent{Healthy: true})
    				numSuccess = 0
    				lastState = lastStateHealthy
    			}
    		} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 21 03:06:44 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  5. plugin/pkg/admission/security/podsecurity/admission_test.go

    		b.Fatal(err)
    	}
    	if err := yaml.Unmarshal(data, v1Pod); err != nil {
    		b.Fatal(err)
    	}
    
    	// https://github.com/kubernetes/community/blob/master/sig-scalability/configs-and-limits/thresholds.md#kubernetes-thresholds
    	ownerA := metav1.OwnerReference{
    		APIVersion: "apps/v1",
    		Kind:       "ReplicaSet",
    		Name:       "myapp-123123",
    		UID:        types.UID("7610a7f4-8f80-4f88-95b5-6cefdd8e9dbd"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 15 01:29:47 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/default_golden.json

                        "path": "/tmp/XDS"
                      }
                    }
                  }
                }]
              }]
            },
            "circuit_breakers": {
              "thresholds": [
                {
                  "priority": "DEFAULT",
                  "max_connections": 100000,
                  "max_pending_requests": 100000,
                  "max_requests": 100000
                },
                {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/tracing_datadog_golden.json

                        "path": "/tmp/XDS"
                      }
                    }
                  }
                }]
              }]
            },
            "circuit_breakers": {
              "thresholds": [
                {
                  "priority": "DEFAULT",
                  "max_connections": 100000,
                  "max_pending_requests": 100000,
                  "max_requests": 100000
                },
                {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

                        "path": "/tmp/XDS"
                      }
                    }
                  }
                }]
              }]
            },
            "circuit_breakers": {
              "thresholds": [
                {
                  "priority": "DEFAULT",
                  "max_connections": 100000,
                  "max_pending_requests": 100000,
                  "max_requests": 100000
                },
                {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/auth_golden.json

                        "path": "/tmp/XDS"
                      }
                    }
                  }
                }]
              }]
            },
            "circuit_breakers": {
              "thresholds": [
                {
                  "priority": "DEFAULT",
                  "max_connections": 100000,
                  "max_pending_requests": 100000,
                  "max_requests": 100000
                },
                {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/lrs_golden.json

                        "path": "/tmp/XDS"
                      }
                    }
                  }
                }]
              }]
            },
            "circuit_breakers": {
              "thresholds": [
                {
                  "priority": "DEFAULT",
                  "max_connections": 100000,
                  "max_pending_requests": 100000,
                  "max_requests": 100000
                },
                {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top