Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewLogReduction (0.15 sec)

  1. pkg/kubelet/kuberuntime/fake_kuberuntime_manager.go

    		keyring:                keyring,
    		seccompProfileRoot:     fakeSeccompProfileRoot,
    		internalLifecycle:      cm.NewFakeInternalContainerLifecycle(),
    		logReduction:           logreduction.NewLogReduction(identicalErrorDelay),
    		logManager:             logManager,
    		memoryThrottlingFactor: 0.9,
    		podLogsDirectory:       fakePodLogsDirectory,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    		internalLifecycle:      containerManager.InternalContainerLifecycle(),
    		logManager:             logManager,
    		runtimeClassManager:    runtimeClassManager,
    		logReduction:           logreduction.NewLogReduction(identicalErrorDelay),
    		seccompDefault:         seccompDefault,
    		memorySwapBehavior:     memorySwapBehavior,
    		getNodeAllocatable:     getNodeAllocatable,
    		memoryThrottlingFactor: memoryThrottlingFactor,
    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