Update k8s dependencies to 1.10 (#687)

This commit is contained in:
Ta-Ching Chen
2018-06-01 15:43:19 +08:00
committed by GitHub
parent 202cc3cb7e
commit 7a7d15b50c
48 changed files with 1974 additions and 1186 deletions
@@ -5,8 +5,8 @@ import (
"testing"
"time"
apiv1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/pkg/api"
"github.com/fission/fission"
"github.com/fission/fission/crd"
@@ -21,7 +21,7 @@ func TestFunctionServiceCache(t *testing.T) {
var fsvc *FuncSvc
now := time.Now()
objects := []api.ObjectReference{
objects := []apiv1.ObjectReference{
{
Kind: "pod",
Name: "xxx",