Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for imageGCHighThresholdPercent (0.3 sec)

  1. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				NodeLeaseDurationSeconds:                  40,
    				ImageMinimumGCAge:                         metav1.Duration{Duration: 2 * time.Minute},
    				ImageMaximumGCAge:                         metav1.Duration{},
    				ImageGCHighThresholdPercent:               utilpointer.Int32(85),
    				ImageGCLowThresholdPercent:                utilpointer.Int32(80),
    				ContainerRuntimeEndpoint:                  "unix:///run/containerd/containerd.sock",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  2. pkg/kubelet/apis/config/v1beta1/zz_generated.conversion.go

    	out.NodeLeaseDurationSeconds = in.NodeLeaseDurationSeconds
    	out.ImageMinimumGCAge = in.ImageMinimumGCAge
    	out.ImageMaximumGCAge = in.ImageMaximumGCAge
    	if err := v1.Convert_Pointer_int32_To_int32(&in.ImageGCHighThresholdPercent, &out.ImageGCHighThresholdPercent, s); err != nil {
    		return err
    	}
    	if err := v1.Convert_Pointer_int32_To_int32(&in.ImageGCLowThresholdPercent, &out.ImageGCLowThresholdPercent, s); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 48.9K bytes
    - Viewed (0)
Back to top