kubernetes/vendor/github.com/google/cadvisor/info/v1/machine.go

type FsInfo

type Node

type Core

type Cache

func (n *Node) FindCore(id int) (bool, int) {}

// FindCoreByThread returns bool if found Core with same thread as provided and it's index in Node Core array.
// If it's not found, returns false and -1.
func (n *Node) FindCoreByThread(thread int) (bool, int) {}

func (n *Node) AddThread(thread int, core int) {}

func (n *Node) AddNodeCache(c Cache) {}

func (n *Node) AddPerCoreCache(c Cache) {}

type HugePagesInfo

type DiskInfo

type NetInfo

type CloudProvider

const GCE

const AWS

const Azure

const UnknownProvider

type InstanceType

const UnknownInstance

type InstanceID

const UnNamedInstance

type MachineInfo

func (m *MachineInfo) Clone() *MachineInfo {}

type MemoryInfo

type NVMInfo

type VersionInfo

type MachineInfoFactory