Documentation ¶ Index ¶ Constants func GetUserID(v string) (string, error) Constants ¶ View Source const ( // UserIDSuffix defines a static suffix to append to all user ID's. That way we can tell during a migration if its our current format UserIDSuffix = "_KUBE" ) Variables ¶ This section is empty. Functions ¶ func GetUserID ¶ func GetUserID(v string) (string, error) GetUserID returns a hashed user ID which is a valid label Types ¶ This section is empty. Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.