# Functions
No description provided by the author
ExecCommandOnMachineConfigDaemon returns the output of the command execution on the machine-config-daemon pod that runs on the specified node.
ExecCommandOnNode executes given command on given node and returns the result.
No description provided by the author
GetByLabels returns all nodes with the specified labels.
GetByRole returns all nodes with the specified role.
GetBySelector returns all nodes with the specified selector.
GetDefaultSmpAffinitySet returns the default smp affinity mask for the node.
GetKubeletConfig returns KubeletConfiguration loaded from the node /etc/kubernetes/kubelet.conf.
GetMachineConfigDaemonByNode returns the machine-config-daemon pod that runs on the specified node.
GetNonPerformancesWorkers returns list of nodes with non matching perfomance profile labels.
GetNumaNodes returns the number of numa nodes and the associated cpus as list on the node.
GetOnlineCPUsSet returns the list of online (being scheduled) CPUs on the node.
GetSMTLevel returns the SMT level on the node using the given cpuID as target Use a random cpuID from the return value of GetOnlineCPUsSet if not sure.
HasPreemptRTKernel returns no error if the node booted with PREEMPT RT kernel.
MatchingOptionalSelector filter the given slice with only the nodes matching the optional selector.
TunedForNode find tuned pod for appropriate node.