mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
support configuration-based relative dirs (host and agent) for iofs (#1213)
* support configuration-based relative dirs (host and agent) for iofs mounts * Send UDS requests as POST to <UDS>/call
This commit is contained in:
@@ -162,9 +162,14 @@ type ContainerTask interface {
|
||||
// more specific but it's easier to be lazy.
|
||||
Extensions() map[string]string
|
||||
|
||||
// UDSPath to use to configure the unix domain socket. the drivers
|
||||
// UDSAgentPath to use to configure the unix domain socket.
|
||||
// This is the mount point relative to the agent
|
||||
// abstractions have leaked so bad at this point it's a monsoon.
|
||||
UDSPath() string
|
||||
UDSAgentPath() string
|
||||
|
||||
// UDSDockerPath to use to configure the unix domain socket. the drivers
|
||||
// This is the mount point relative to the docker host.
|
||||
UDSDockerPath() string
|
||||
}
|
||||
|
||||
// Stat is a bucket of stats from a driver at a point in time for a certain task.
|
||||
|
||||
Reference in New Issue
Block a user