mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 08:26:47 +00:00
7 lines
138 B
Go
7 lines
138 B
Go
package pkg
|
|
|
|
const (
|
|
// FunctionNamespace is the default containerd namespace functions are created
|
|
FunctionNamespace = "openfaas-fn"
|
|
)
|