fix redundant alias and remove unused function

This commit is contained in:
NickrenREN
2017-01-06 14:34:29 +08:00
parent de59ede6b2
commit 639572ac68
50 changed files with 48 additions and 58 deletions

View File

@@ -17,7 +17,6 @@ limitations under the License.
package cronjob
import (
//"fmt"
"strings"
"testing"
"time"
@@ -26,8 +25,6 @@ import (
batch "k8s.io/kubernetes/pkg/apis/batch/v2alpha1"
metav1 "k8s.io/kubernetes/pkg/apis/meta/v1"
"k8s.io/kubernetes/pkg/types"
//"k8s.io/kubernetes/pkg/controller"
// "k8s.io/kubernetes/pkg/util/rand"
)
func TestGetJobFromTemplate(t *testing.T) {