package winstats
import "k8s.io/kubernetes/pkg/kubelet/winstats"
Package winstats provides a client to get node and pod level stats on windows
Index ¶
Types ¶
type Client ¶
type Client interface { WinContainerInfos() (map[string]cadvisorapiv2.ContainerInfo, error) WinMachineInfo() (*cadvisorapi.MachineInfo, error) WinVersionInfo() (*cadvisorapi.VersionInfo, error) }
Client is an interface that is used to get stats information.
Source Files ¶
winstats.go
- Version
- v1.9.6
- Published
- Mar 20, 2018
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 31 seconds ago –
Tools for package owners.