# Functions
BootstrapTokenSecretName returns the expected name for the Secret storing the Bootstrap Token in the Kubernetes API.
GenerateBootstrapToken generates a new, random Bootstrap Token.
IsValidBootstrapToken returns whether the given string is valid as a Bootstrap Token.
IsValidBootstrapTokenID returns whether the given string is valid as a Bootstrap Token ID and in other words satisfies the BootstrapTokenIDRegexp.
TokenFromIDAndSecret returns the full token which is of the form "{id}.{secret}".
ValidateBootstrapGroupName checks if the provided group name is a valid bootstrap group name.
ValidateUsages validates that the passed in string are valid usage strings for bootstrap tokens.
# Variables
BootstrapGroupRegexp is a compiled regular expression of BootstrapGroupPattern.
BootstrapTokenIDRegexp is a compiled regular expression of TokenIDRegexpString.
BootstrapTokenRegexp is a compiled regular expression of TokenRegexpString.