mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
8 lines
99 B
Go
8 lines
99 B
Go
package cautils
|
|
|
|
// Kubescape Cloud environment vars
|
|
var (
|
|
CustomerGUID = ""
|
|
ClusterName = ""
|
|
)
|