Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewContainerLogManager (0.38 sec)

  1. pkg/kubelet/logs/container_log_manager.go

    	mutex            sync.Mutex
    	queue            workqueue.TypedRateLimitingInterface[string]
    	maxWorkers       int
    	monitoringPeriod metav1.Duration
    }
    
    // NewContainerLogManager creates a new container log manager.
    func NewContainerLogManager(runtimeService internalapi.RuntimeService, osInterface kubecontainer.OSInterface, maxSize string, maxFiles int, maxWorkers int, monitorInterval metav1.Duration) (ContainerLogManager, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top