package
0.0.0-20250123060244-3b77fb55b835
Repository: https://github.com/openshift/cluster-node-tuning-operator.git
Documentation: pkg.go.dev

# Functions

CPUArchitecture returns CPU Architecture from lscpu output.
CPUVendorId returns Vendor ID information from lscpu output.
IsAMD returns if Vendor ID is AuthenticAMD in lscpu output.
IsARM returns if Architecture is aarch64.
IsCPUVendor checks if the CPU Vendor ID matches the given vendor string.
IsIntel returns if Vendor ID is GenuineIntel in lscpu output.
IsVM checks if a given node's underlying infrastructure is a VM.

# Constants

No description provided by the author
No description provided by the author

# Structs

CpuArchitecture struct to represent CPU Details.