gimports nits

This commit is contained in:
Mike Danese 2015-01-26 22:42:29 -08:00
parent 95247b31ff
commit d77743a07c
4 changed files with 5 additions and 7 deletions

View File

@ -17,12 +17,13 @@ limitations under the License.
package kubectl
import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
"sort"
"strings"
"testing"
"time"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
)
// VerifyDatesInOrder checks the start of each line for a RFC1123Z date

View File

@ -17,8 +17,9 @@ limitations under the License.
package proxy
import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"net"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
)
// LoadBalancer is an interface for distributing incoming requests to service endpoints.

View File

@ -16,8 +16,6 @@ limitations under the License.
package runtime
import ()
// Note that the types provided in this file are not versioned and are intended to be
// safe to use from within all versions of every API object.

View File

@ -16,8 +16,6 @@ limitations under the License.
package util
import ()
// StringFlag is a string flag compatible with flags and pflags that keeps track of whether it had a value supplied or not.
type StringFlag struct {
// If Set has been invoked this value is true