# This is a combination of 2 commits.
# This is the 1st commit message: Changed package names to match the new organization # This is the commit message #2: Forgot Cache
This commit is contained in:
@@ -31,7 +31,7 @@ import (
|
||||
"k8s.io/client-go/1.5/pkg/runtime"
|
||||
"k8s.io/client-go/1.5/pkg/watch"
|
||||
|
||||
"github.com/platform9/fission"
|
||||
"github.com/fission/fission"
|
||||
)
|
||||
|
||||
type requestType int
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ import (
|
||||
"k8s.io/client-go/1.5/kubernetes"
|
||||
"k8s.io/client-go/1.5/rest"
|
||||
|
||||
"github.com/platform9/fission/controller/client"
|
||||
"github.com/fission/fission/controller/client"
|
||||
)
|
||||
|
||||
// Get a kubernetes client using the pod's service account.
|
||||
|
||||
@@ -20,7 +20,7 @@ import (
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/platform9/fission/controller/client"
|
||||
"github.com/fission/fission/controller/client"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user