alibaba/kt-connect

View on GitHub
hack/customize.go

Summary

Maintainability
A
0 mins
Test Coverage
package hack

import (
    _ "embed"
)

//go:embed kube/config
var CustomizeKubeConfig string

//go:embed kt/config
var CustomizeKtConfig string