mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-30 10:16:33 +08:00
feat: patch once and restore probe by last user exit
This commit is contained in:
@@ -34,7 +34,7 @@ var (
|
||||
)
|
||||
|
||||
func TestGetCIDR(t *testing.T) {
|
||||
cidr, err := util.GetCIDR(clientsets, namespaces)
|
||||
cidr, err := util.GetCIDRFromResource(clientsets, namespaces)
|
||||
if err == nil {
|
||||
for _, ipNet := range cidr {
|
||||
fmt.Println(ipNet)
|
||||
|
||||
Reference in New Issue
Block a user