module Kube::Util
Overview
Miscellaneous helpers
Defined in:
kube/util.crConstant Summary
-
PATH_REGEX =
/(\/|~(?!1))/
-
PATH_TR_MAP =
{'~' => "~0", '/' => "~1"}
Miscellaneous helpers
/(\/|~(?!1))/
{'~' => "~0", '/' => "~1"}