Sign in
skia
/
buildbot
/
0622017b132a9ea2499a736ac7b7efb406ac6c25
/
.
/
kube
/
clusters
/
embed.go
blob: dd34e1331ad7309faea6e4bcca566010f6fc51af [
file
] [
log
] [
blame
]
// Package clusters contains the current cluster config json file as an embedded
// string.
package clusters
import (
_ "embed"
)
//go:embed config.json
var ClusterConfig string