add ippool resource api
add ippool webhook and fix some bugs Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
)
|
||||
|
||||
func testNewProvider() provider {
|
||||
return NewProvider(fakeks.NewSimpleClientset(), Options{})
|
||||
return newProvider(fakeks.NewSimpleClientset())
|
||||
}
|
||||
|
||||
func TestProvider_GetIPPoolStats(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user