# Functions
IsValidPathSegmentName validates the name can be safely encoded as a path segment.
IsValidPathSegmentPrefix validates the name can be used as a prefix for a name which will be encoded as a path segment It does not check for exact matches with disallowed names, since an arbitrary suffix might make the name valid.
ValidatePathSegmentName validates the name can be safely encoded as a path segment.
# Variables
NameMayNotBe specifies strings that cannot be used as names specified as path segments (like the REST API or etcd store).
NameMayNotContain specifies substrings that cannot be used in names specified as path segments (like the REST API or etcd store).