mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
The TODO has been completed, so remove the comments
This commit is contained in:
parent
7726877a1e
commit
3690967196
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user