package
Version:
v1.9.3
Opens a new window with list of versions in this module.
Published: Feb 6, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package winstats provides a client to get node and pod level stats on windows
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
¶
Click to show internal directories.
Click to hide internal directories.