module Kube::Util

Overview

Miscellaneous helpers

Defined in:

kube/util.cr

Constant Summary

PATH_REGEX = /(\/|~(?!1))/
PATH_TR_MAP = {'~' => "~0", '/' => "~1"}