Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
0f8859188530bd12130363953bd45f9c45388ae8
/
.
/
cluster
/
kube
/
k0-admins.jsonnet
blob: 96e44ad595e0b2b8efac32782893e18945878480 [
file
] [
log
] [
blame
]
// Only the admins (per-namespace RoleBindings)
local
k0
=
(
import
"k0.libsonnet"
).
k0
;
{
admins
:
k0
.
admins
,
}