Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
remove platform from kustomize.go (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunmingg authored and k8s-ci-robot committed Jan 11, 2020
1 parent 21cc65e commit 963c787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions pkg/kfapp/kustomize/kustomize.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ import (
"strconv"
"strings"
"time"

// Auth plugins
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
)

// kustomize implements KfApp Interface
Expand Down
2 changes: 1 addition & 1 deletion pkg/kfconfig/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ import (
"github.com/ghodss/yaml"
"github.com/hashicorp/go-getter/helper/url"
kfapis "github.com/kubeflow/kfctl/v3/pkg/apis"
"github.com/otiai10/copy"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"github.com/otiai10/copy"
)

const (
Expand Down

0 comments on commit 963c787

Please sign in to comment.