Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
f675165f8fcae7557f3f4874a823cc889c4f7f90
/
.
/
cluster
/
kube
/
k0-core.jsonnet
blob: 06c282e89e6ff407387c0d8d5c8679a5ab1c8327 [
file
] [
log
] [
blame
]
// Only the 'core' cluster resources - ie., resource non specific to k0 in particular.
// Without Rook, to speed things up.
(
import
"k0.libsonnet"
).
k0
.
cluster
{
rook
+::
{},
}