Move pkg/util.Time to pkg/api/unversioned.Time
Along with our time.Duration wrapper, as suggested by @lavalamp.
This commit is contained in:
@@ -18,8 +18,9 @@ limitations under the License.
|
||||
package slice
|
||||
|
||||
import (
|
||||
utilrand "k8s.io/kubernetes/pkg/util/rand"
|
||||
"sort"
|
||||
|
||||
utilrand "k8s.io/kubernetes/pkg/util/rand"
|
||||
)
|
||||
|
||||
// CopyStrings copies the contents of the specified string slice
|
||||
|
Reference in New Issue
Block a user