Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
c8b14e75d7b23cc6d2913f4b52c980dc320df3b1
/
.
/
cluster
/
kube
/
k0-cockroach.jsonnet
blob: faf0f14975fce2effe29fcd79c1c55579728ecc1 [
file
] [
log
] [
blame
]
// Only the CockroachDB cluster - nodes, clients etc.
local
k0
=
(
import
"k0.libsonnet"
).
k0
;
{
cockroach
:
k0
.
cockroach
,
}