delete unused para.

This commit is contained in:
zhangxiaoyu-zidif 2017-05-16 18:46:29 +08:00
parent 560323ad9b
commit 471f97526b

View File

@ -81,9 +81,6 @@ const (
testKubeletHostname = "127.0.0.1"
testKubeletHostIP = "127.0.0.1"
testReservationCPU = "200m"
testReservationMemory = "100M"
// TODO(harry) any global place for these two?
// Reasonable size range of all container images. 90%ile of images on dockerhub drops into this range.
minImgSize int64 = 23 * 1024 * 1024