Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GarbageCollect (0.1 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    		TimeStamp:         timestamp,
    	}, nil
    }
    
    // GarbageCollect removes dead containers using the specified container gc policy.
    func (m *kubeGenericRuntimeManager) GarbageCollect(ctx context.Context, gcPolicy kubecontainer.GCPolicy, allSourcesReady bool, evictNonDeletedPods bool) error {
    	return m.containerGC.GarbageCollect(ctx, gcPolicy, allSourcesReady, evictNonDeletedPods)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top