koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

clusterrolebinding impl #195

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

Since ClusterRole names (and some other names) contain colons, I've created a new type Name to keep track of string fields that can contain colons.

When we combine them in composite fields x:y:z, we need to escape the colons first.

Related: #192

@wlan0