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