The TODO has been completed, so remove the comments

This commit is contained in:
hangaoshuai 2018-01-29 09:45:22 +08:00
parent 7726877a1e
commit 3690967196

View File

@ -27,7 +27,6 @@ import (
// DefaultServiceIPRange takes a the serviceIPRange flag and returns the defaulted service ip range (if needed),
// api server service IP, and an error
// TODO move this out of the genericapiserver package
func DefaultServiceIPRange(passedServiceClusterIPRange net.IPNet) (net.IPNet, net.IP, error) {
serviceClusterIPRange := passedServiceClusterIPRange
if passedServiceClusterIPRange.IP == nil {