mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
@@ -104,6 +104,9 @@ type ContainerTask interface {
|
||||
// 0 is unlimited.
|
||||
Memory() uint64
|
||||
|
||||
// CPUs in milli CPU units
|
||||
CPUs() uint64
|
||||
|
||||
// WorkDir returns the working directory to use for the task. Empty string
|
||||
// leaves it unset.
|
||||
WorkDir() string
|
||||
|
||||
Reference in New Issue
Block a user