Feature flag to enable/disable canary + optional prometheus install (#937)
This commit is contained in:
@@ -28,14 +28,14 @@ import (
|
||||
"strings"
|
||||
"syscall"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/gorilla/handlers"
|
||||
"github.com/imdario/mergo"
|
||||
"github.com/mholt/archiver"
|
||||
uuid "github.com/satori/go.uuid"
|
||||
apiv1 "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
||||
"github.com/fission/fission/fission/log"
|
||||
)
|
||||
|
||||
func UrlForFunction(name, namespace string) string {
|
||||
|
||||
Reference in New Issue
Block a user