Merge branch 'kubernetes:main' into main

This commit is contained in:
Nicholas Orlowsky 2024-05-18 02:10:37 +02:00 committed by GitHub
commit 9e79a36020
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
664 changed files with 19886 additions and 10226 deletions

View file

@ -23,7 +23,7 @@ import (
"runtime"
)
// NumCPU ...
// NumCPU returns the number of logical CPUs usable by the current process.
func NumCPU() int {
return runtime.NumCPU()
}