Unverified Commit e72c6c69 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #58933 from hanxiaoshuai/master

Automatic merge from submit-queue (batch tested with PRs 58914, 58933). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. The TODO has been completed, so remove the comments The TODO has been completed in [PR](https://github.com/kubernetes/kubernetes/commit/eeb582e53f76aee9b70a051e1fe0199e8f572bae#diff-0b1de4365e4b0b50a13f26ff0718342b) so remove the comments.
parents 7cd474f5 36909671
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment