Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isContainerTerminated (0.26 sec)

  1. pkg/kubelet/stats/cadvisor_stats_provider.go

    }
    
    // isContainerTerminated returns true if the specified container meet one of the following conditions
    // 1. info.spec both cpu memory and network are false conditions
    // 2. info.Stats both network and cpu or memory are nil
    // 3. both zero CPU instantaneous usage zero memory RSS usage and zero network usage,
    // and false otherwise.
    func isContainerTerminated(info *cadvisorapiv2.ContainerInfo) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 16 13:34:22 UTC 2023
    - 18.9K bytes
    - Viewed (0)
Back to top