The TODO has been completed, so remove the comments
This commit is contained in:
		@@ -27,7 +27,6 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// DefaultServiceIPRange takes a the serviceIPRange flag and returns the defaulted service ip range (if  needed),
 | 
					// DefaultServiceIPRange takes a the serviceIPRange flag and returns the defaulted service ip range (if  needed),
 | 
				
			||||||
// api server service IP, and an error
 | 
					// 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) {
 | 
					func DefaultServiceIPRange(passedServiceClusterIPRange net.IPNet) (net.IPNet, net.IP, error) {
 | 
				
			||||||
	serviceClusterIPRange := passedServiceClusterIPRange
 | 
						serviceClusterIPRange := passedServiceClusterIPRange
 | 
				
			||||||
	if passedServiceClusterIPRange.IP == nil {
 | 
						if passedServiceClusterIPRange.IP == nil {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user