package pkg

const (
	// FunctionNamespace is the default containerd namespace functions are created
	FunctionNamespace = "openfaas-fn"
)