Sign in
skia
/
buildbot
/
87111746e4cc4b0d345d5badce502ad840b9359a
/
.
/
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