package windows
import "k8s.io/kubernetes/test/e2e/windows"
Index ¶
- Variables
- func SIGDescribe(text string, body func()) bool
- func SkipUnlessWindowsHostProcessContainersEnabled()
- type HostProcessContainersMetrics
Variables ¶
var ( User_NTAuthorityLocalService = "NT AUTHORITY\\Local Service" User_NTAuthoritySystem = "NT AUTHORITY\\SYSTEM" )
Functions ¶
func SIGDescribe ¶
SIGDescribe annotates the test with the SIG label.
func SkipUnlessWindowsHostProcessContainersEnabled ¶
func SkipUnlessWindowsHostProcessContainersEnabled()
Types ¶
type HostProcessContainersMetrics ¶
type HostProcessContainersMetrics struct { StartedContainersCount int64 StartedContainersErrorCount int64 StartedInitContainersCount int64 StartedInitContainersErrorCount int64 }
Source Files ¶
cpu_limits.go density.go device_plugin.go dns.go framework.go gmsa_full.go gmsa_kubelet.go host_process.go hybrid_network.go kubelet_stats.go memory_limits.go security_context.go service.go utils.go volumes.go
- Version
- v1.23.14
- Published
- Nov 9, 2022
- Platform
- js/wasm
- Imports
- 42 packages
- Last checked
- 9 minutes ago –
Tools for package owners.