Documentation ¶
Index ¶
- Constants
- func BuildID(namespace, name string) string
- func BuildNamespacedName(namespace, name string) string
- func IDParts(id string) (string, string, error)
- func NamespacedNameParts(namespacedName string) (string, string, error)
- func NamespacedNamePartsByDefault(namespacedName string, defaultNamespace string) (string, string, error)
- func RebuildNamespacedName(namespacedName string, defaultNamespace string) (string, error)
Constants ¶
View Source
const ( IDSep = "/" NamespacedNameSep = "/" )
Variables ¶
This section is empty.
Functions ¶
func BuildNamespacedName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.