Merge pull request #308 from hongchaodeng/master

fix etcd-operator pkg rename
This commit is contained in:
Hongchao Deng 2016-10-31 12:07:38 -07:00 коммит произвёл GitHub
Родитель 31df6a72bf e2f8340677
Коммит fde0a4d3c8
4 изменённых файлов: 9 добавлений и 10 удалений

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright 2016 The kube-etcd-etcd-operator Authors
// Copyright 2016 The etcd-operator Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -22,11 +22,10 @@ import (
"path/filepath"
"time"
"github.com/coreos/kube-etcd-etcd-operator/pkg/spec"
"github.com/coreos/kube-etcd-etcd-operator/pkg/util/constants"
"github.com/coreos/kube-etcd-etcd-operator/pkg/util/etcdutil"
"github.com/coreos/kube-etcd-etcd-operator/pkg/util/k8sutil"
"github.com/coreos/etcd-operator/pkg/spec"
"github.com/coreos/etcd-operator/pkg/util/constants"
"github.com/coreos/etcd-operator/pkg/util/etcdutil"
"github.com/coreos/etcd-operator/pkg/util/k8sutil"
"github.com/Sirupsen/logrus"
"github.com/coreos/etcd/clientv3"
"golang.org/x/net/context"

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright 2016 The kube-etcd-etcd-operator Authors
// Copyright 2016 The etcd-operator Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -24,7 +24,7 @@ import (
"strings"
"time"
"github.com/coreos/kube-etcd-etcd-operator/pkg/util/constants"
"github.com/coreos/etcd-operator/pkg/util/constants"
"github.com/Sirupsen/logrus"
)

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright 2016 The kube-etcd-etcd-operator Authors
// Copyright 2016 The etcd-operator Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright 2016 The kube-etcd-etcd-operator Authors
// Copyright 2016 The etcd-operator Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.