Skip to content

Commit

Permalink
Updating the GO imports to refer to the kubeflow/pipelines repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubeflow-pipeline-bot committed Nov 2, 2018
1 parent 633e2dd commit d87009b
Show file tree
Hide file tree
Showing 154 changed files with 337 additions and 337 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/api/go_http_client/job_client/job_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/api/go_http_client/run_client/run_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/src/agent/persistence/client/pipeline_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
"context"
"time"

api "github.com/googleprivate/ml/backend/api/go_client"
"github.com/googleprivate/ml/backend/src/common/util"
api "github.com/kubeflow/pipelines/backend/api/go_client"
"github.com/kubeflow/pipelines/backend/src/common/util"
"github.com/pkg/errors"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
Expand Down
4 changes: 2 additions & 2 deletions backend/src/agent/persistence/client/pipeline_client_fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
package client

import (
api "github.com/googleprivate/ml/backend/api/go_client"
"github.com/googleprivate/ml/backend/src/common/util"
api "github.com/kubeflow/pipelines/backend/api/go_client"
"github.com/kubeflow/pipelines/backend/src/common/util"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
package client

import (
"github.com/googleprivate/ml/backend/src/common/util"
"github.com/googleprivate/ml/backend/src/crd/pkg/client/informers/externalversions/scheduledworkflow/v1alpha1"
"github.com/kubeflow/pipelines/backend/src/common/util"
"github.com/kubeflow/pipelines/backend/src/crd/pkg/client/informers/externalversions/scheduledworkflow/v1alpha1"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
"k8s.io/client-go/tools/cache"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package client
import (
"fmt"

"github.com/googleprivate/ml/backend/src/common/util"
"github.com/kubeflow/pipelines/backend/src/common/util"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
)

Expand Down
2 changes: 1 addition & 1 deletion backend/src/agent/persistence/client/workflow_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package client

import (
"github.com/argoproj/argo/pkg/client/informers/externalversions/workflow/v1alpha1"
"github.com/googleprivate/ml/backend/src/common/util"
"github.com/kubeflow/pipelines/backend/src/common/util"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
"k8s.io/client-go/tools/cache"
)
Expand Down
2 changes: 1 addition & 1 deletion backend/src/agent/persistence/client/workflow_fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package client
import (
"fmt"

"github.com/googleprivate/ml/backend/src/common/util"
"github.com/kubeflow/pipelines/backend/src/common/util"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
)

Expand Down
10 changes: 5 additions & 5 deletions backend/src/agent/persistence/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ import (

workflowclientSet "github.com/argoproj/argo/pkg/client/clientset/versioned"
workflowinformers "github.com/argoproj/argo/pkg/client/informers/externalversions"
"github.com/googleprivate/ml/backend/src/agent/persistence/client"
"github.com/googleprivate/ml/backend/src/common/util"
swfclientset "github.com/googleprivate/ml/backend/src/crd/pkg/client/clientset/versioned"
swfinformers "github.com/googleprivate/ml/backend/src/crd/pkg/client/informers/externalversions"
"github.com/googleprivate/ml/backend/src/crd/pkg/signals"
"github.com/kubeflow/pipelines/backend/src/agent/persistence/client"
"github.com/kubeflow/pipelines/backend/src/common/util"
swfclientset "github.com/kubeflow/pipelines/backend/src/crd/pkg/client/clientset/versioned"
swfinformers "github.com/kubeflow/pipelines/backend/src/crd/pkg/client/informers/externalversions"
"github.com/kubeflow/pipelines/backend/src/crd/pkg/signals"
log "github.com/sirupsen/logrus"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
"k8s.io/client-go/tools/clientcmd"
Expand Down
12 changes: 6 additions & 6 deletions backend/src/agent/persistence/persistence_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ import (

workflowregister "github.com/argoproj/argo/pkg/apis/workflow"
workflowinformers "github.com/argoproj/argo/pkg/client/informers/externalversions"
"github.com/googleprivate/ml/backend/src/agent/persistence/client"
"github.com/googleprivate/ml/backend/src/agent/persistence/worker"
"github.com/googleprivate/ml/backend/src/common/util"
swfregister "github.com/googleprivate/ml/backend/src/crd/pkg/apis/scheduledworkflow"
swfScheme "github.com/googleprivate/ml/backend/src/crd/pkg/client/clientset/versioned/scheme"
swfinformers "github.com/googleprivate/ml/backend/src/crd/pkg/client/informers/externalversions"
"github.com/kubeflow/pipelines/backend/src/agent/persistence/client"
"github.com/kubeflow/pipelines/backend/src/agent/persistence/worker"
"github.com/kubeflow/pipelines/backend/src/common/util"
swfregister "github.com/kubeflow/pipelines/backend/src/crd/pkg/apis/scheduledworkflow"
swfScheme "github.com/kubeflow/pipelines/backend/src/crd/pkg/client/clientset/versioned/scheme"
swfinformers "github.com/kubeflow/pipelines/backend/src/crd/pkg/client/informers/externalversions"
log "github.com/sirupsen/logrus"
"k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/apimachinery/pkg/util/wait"
Expand Down
6 changes: 3 additions & 3 deletions backend/src/agent/persistence/worker/metrics_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (

workflowapi "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1"
"github.com/golang/protobuf/jsonpb"
api "github.com/googleprivate/ml/backend/api/go_client"
"github.com/googleprivate/ml/backend/src/agent/persistence/client"
"github.com/googleprivate/ml/backend/src/common/util"
api "github.com/kubeflow/pipelines/backend/api/go_client"
"github.com/kubeflow/pipelines/backend/src/agent/persistence/client"
"github.com/kubeflow/pipelines/backend/src/common/util"
log "github.com/sirupsen/logrus"
)

Expand Down
6 changes: 3 additions & 3 deletions backend/src/agent/persistence/worker/metrics_reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import (
"testing"

workflowapi "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1"
api "github.com/googleprivate/ml/backend/api/go_client"
"github.com/googleprivate/ml/backend/src/agent/persistence/client"
"github.com/googleprivate/ml/backend/src/common/util"
api "github.com/kubeflow/pipelines/backend/api/go_client"
"github.com/kubeflow/pipelines/backend/src/agent/persistence/client"
"github.com/kubeflow/pipelines/backend/src/common/util"
"github.com/stretchr/testify/assert"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
Expand Down
Loading

0 comments on commit d87009b

Please sign in to comment.