add ippool resource api

add ippool webhook and fix some bugs

Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
This commit is contained in:
Duan Jiong
2020-12-02 18:34:13 +08:00
parent 8a6ce2d7ac
commit 24e3ac865f
30 changed files with 3057 additions and 390 deletions

View File

@@ -26,7 +26,7 @@ import (
)
func testNewProvider() provider {
return NewProvider(fakeks.NewSimpleClientset(), Options{})
return newProvider(fakeks.NewSimpleClientset())
}
func TestProvider_GetIPPoolStats(t *testing.T) {