nokia / CPU-Pooler

A Device Plugin for Kubernetes, which exposes the CPU cores as consumable Devices to the Kubernetes scheduler.
BSD 3-Clause "New" or "Revised" License
92 stars 22 forks source link

Fix import, Fix error messages #52

Closed eMGabriel closed 4 years ago

eMGabriel commented 4 years ago

Fix import: github.com/go-yaml/yaml to gopkg.in/yaml.v2 Fix error messages: use C-style format string for error messages

Fixes #50