package pkg const ( // DefaultFunctionNamespace is the default containerd namespace functions are created DefaultFunctionNamespace = "openfaas-fn" // NamespaceLabel indicates that a namespace is managed by faasd NamespaceLabel = "openfaas" // FaasdNamespace is the containerd namespace services are created FaasdNamespace = "openfaas" faasServicesPullAlways = false defaultSnapshotter = "overlayfs" )