1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Fix compilation issue by importing time.

This commit is contained in:
Avesh Agarwal
2017-08-06 16:02:13 -04:00
parent 718efe69e1
commit a6b75a2fd5
4 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,6 @@ limitations under the License.
package v1alpha1
import (
"time"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/kubernetes/pkg/api/v1"
)