...

Package windows

import "k8s.io/kubernetes/test/e2e/windows"
Overview
Index

Overview ▾

Variables

var (
    User_NTAuthorityLocalService = "NT AUTHORITY\\Local Service"
    User_NTAuthoritySystem       = "NT AUTHORITY\\SYSTEM"
)
var (
    WindowsHyperVContainerRuntimeClass = "runhcs-wcow-hypervisor"
)

type HostProcessContainersMetrics

type HostProcessContainersMetrics struct {
    StartedContainersCount          int64
    StartedContainersErrorCount     int64
    StartedInitContainersCount      int64
    StartedInitContainersErrorCount int64
}