Home
last modified time | relevance | path

Searched refs:processCIDRs (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cloud-provider/app/
H A Dcore.go115 clusterCIDRs, dualStack, err := processCIDRs(ctx.ComponentConfig.KubeCloudShared.ClusterCIDR)
151 func processCIDRs(cidrsList string) ([]*net.IPNet, bool, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/cloud-controller-manager/
H A Dnodeipamcontroller.go77 clusterCIDRs, dualStack, err := processCIDRs(ccmConfig.ComponentConfig.KubeCloudShared.ClusterCIDR)
168 func processCIDRs(cidrsList string) ([]*net.IPNet, bool, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kube-controller-manager/app/
H A Dcore.go108 clusterCIDRs, dualStack, err := processCIDRs(ctx.ComponentConfig.KubeCloudShared.ClusterCIDR)
255 clusterCIDRs, dualStack, err := processCIDRs(ctx.ComponentConfig.KubeCloudShared.ClusterCIDR)
613 func processCIDRs(cidrsList string) ([]*net.IPNet, bool, error) { func