Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hierarchyOf (0.2 sec)

  1. pkg/kubelet/kubelet.go

    	// Watcher of out of memory events.
    	oomWatcher oomwatcher.Watcher
    
    	// Monitor resource usage
    	resourceAnalyzer serverstats.ResourceAnalyzer
    
    	// Whether or not we should have the QOS cgroup hierarchy for resource management
    	cgroupsPerQOS bool
    
    	// If non-empty, pass this to the container runtime as the root cgroup.
    	cgroupRoot string
    
    	// Mounter to use for volumes.
    	mounter mount.Interface
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    		// in case a combination is lost
    		klog.V(3).InfoS("Programmer error, did not report a kubelet_working_pods metric for a value returned by SyncKnownPods", "counts", counts)
    	}
    
    	// Remove any cgroups in the hierarchy for pods that are definitely no longer
    	// running (not in the container runtime).
    	if kl.cgroupsPerQOS {
    		pcm := kl.containerManager.NewPodContainerManager()
    		klog.V(3).InfoS("Clean up orphaned pod cgroups")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //
    // For packages, the order of scanning is determined lexically in breadth-first order.
    // That is, the package presented is the one that matches the search and is nearest
    // the root and lexically first at its level of the hierarchy. The GOROOT tree is
    // always scanned in its entirety before GOPATH.
    //
    // If there is no package specified or matched, the package in the current
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top