Soam Vasani
3ed5e772cf
Update test to include method
2017-01-17 22:06:02 -08:00
J. Gavin Ray
943d430870
# This is a combination of 2 commits.
...
# This is the 1st commit message:
Changed package names to match the new organization
# This is the commit message #2 :
Forgot Cache
2016-12-24 08:11:35 -08:00
Soam Vasani
68f860dcb3
Update unit tests for functionServiceMap change
2016-11-04 23:05:29 -07:00
Soam Vasani
3d5e52dc3d
Router integration with poolmgr and controller
...
Router uses poolmgr to specialize pods when necessary.
Router uses controller to get the list of triggers to listen for. For
now this integration is pretty crappy -- we just poll the controller
every few seconds and cache the result. The right way would be to
have some sort of watch API on the controller and use that. Or maybe
share access to etcd directly.
2016-11-01 18:22:04 -07:00
Soam Vasani
fbd76149f5
Add exports to make router usable as a library
2016-10-29 20:40:41 -07:00
Soam Vasani
732634b53c
Define main resource types
...
Functions, HTTPTriggers, Metadata, Environment. Update the router to
use fission.Metadata, not fission.Function, to identify functions.
2016-09-10 00:59:39 -07:00
Soam Vasani
fb08d98037
Move Function and HTTPTrigger types to top level 'fission' package
2016-09-09 15:04:15 -07:00
Soam Vasani
796a9810a4
Capitalize type names to prepare for moving them to the top level package
2016-09-09 14:39:31 -07:00
Soam Vasani
2aa4c58556
Move packages to root dir from src/
...
This is supposed to work slightly better with go import paths. I think.
2016-09-07 14:07:26 -07:00