package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

Discover returns CPUTopology based on cadvisor node info.

# Structs

CPUInfo contains the NUMA, socket, UncoreCache and core IDs associated with a CPU.
CPUTopology contains details of node cpu, where : CPU - logical CPU, cadvisor - thread Core - physical CPU, cadvisor - Core Socket - socket, cadvisor - Socket NUMA Node - NUMA cell, cadvisor - Node UncoreCache - Split L3 Cache Topology, cadvisor.

# Type aliases

CPUDetails is a map from CPU ID to Core ID, Socket ID, and NUMA ID.
NUMANodeInfo is a map from NUMANode ID to a list of CPU IDs associated with that NUMANode.