Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeGCSandbox (0.19 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_gc_test.go

    			sandboxes: []sandboxTemplate{
    				// running sandbox.
    				makeGCSandbox(pods[0], 1, runtimeapi.PodSandboxState_SANDBOX_READY, true, false, 1),
    				// exited sandbox without containers.
    				makeGCSandbox(pods[0], 0, runtimeapi.PodSandboxState_SANDBOX_NOTREADY, true, false, 0),
    				// exited sandbox with containers.
    				makeGCSandbox(pods[1], 1, runtimeapi.PodSandboxState_SANDBOX_NOTREADY, true, false, 1),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top