mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 10:20:27 +00:00
* Add base function of CCM * Helm-chart deployment Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
12 lines
123 B
Go
12 lines
123 B
Go
package talos
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetNodeMetadata(t *testing.T) {
|
|
}
|
|
|
|
func TestGetNodeIfaces(t *testing.T) {
|
|
}
|