tianji/reporter/utils/k8s_test.go

13 lines
149 B
Go
Raw Permalink Normal View History

package utils
import (
"fmt"
"testing"
)
func TestGetAllNodeConfig(t *testing.T) {
payload := GetAllNodeConfig()
fmt.Println("{}", payload)
}