mirror of https://github.com/kubernetes/kops.git
Fix volume_test for context and minor cleanup
This commit is contained in:
parent
4f55f54210
commit
12a03b9dbf
|
@ -24,7 +24,6 @@ import (
|
|||
"io"
|
||||
"os"
|
||||
"strings"
|
||||
//"github.com/digitalocean/godo/context"
|
||||
|
||||
"k8s.io/klog"
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/digitalocean/godo"
|
||||
//"github.com/digitalocean/godo/context"
|
||||
|
||||
"k8s.io/kops/dnsprovider/pkg/dnsprovider/rrstype"
|
||||
)
|
||||
|
|
|
@ -17,13 +17,12 @@ limitations under the License.
|
|||
package dotasks
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/digitalocean/godo"
|
||||
//"github.com/digitalocean/godo/context"
|
||||
|
||||
"k8s.io/kops/pkg/resources/digitalocean"
|
||||
"k8s.io/kops/upup/pkg/fi"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue