func BootstrapTokenSecretName()

in token/util/helpers.go [109:111]


func BootstrapTokenSecretName(tokenID string) string {
	return fmt.Sprintf("%s%s", api.BootstrapTokenSecretPrefix, tokenID)
}