var ( User_NTAuthorityLocalService = "NT AUTHORITY\\Local Service" User_NTAuthoritySystem = "NT AUTHORITY\\SYSTEM" )
var (
WindowsHyperVContainerRuntimeClass = "runhcs-wcow-hypervisor"
)
type HostProcessContainersMetrics struct { StartedContainersCount int64 StartedContainersErrorCount int64 StartedInitContainersCount int64 StartedInitContainersErrorCount int64 }