forked from github/multus-cni
Added tests to k8sclient.go (#357)
* Improved coverage of checkpoint.go to 96.4% * Improved coverage of checkpoint.go to 96.4% * Fixed unit tests in checkpoint_test.go and conf_test.go * Removed unnecessary comments * improved conf code coverage by an amount that is greater than 0! * improved coverage, but line 144 of conf.go needs a look * Added unit tests to multus and types, also fixed a bug in conf.go * increased code coverage in multus.go and conf.go, also added bug fixes and formatting * hopefully resolved merge conflicts * addressed all comments in review * changed 'thejohn' to '_not_type' for readability * Added network status annotations section to quickstart and added more unit tests * added more tests to k8sclient.go * added another test to k8sclient.go * Added new function to testing.go and cleaned up tests
This commit is contained in:
2
vendor/github.com/containernetworking/cni/pkg/types/current/types.go
generated
vendored
2
vendor/github.com/containernetworking/cni/pkg/types/current/types.go
generated
vendored
@@ -22,7 +22,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/containernetworking/cni/pkg/types"
|
||||
types020 "github.com/containernetworking/cni/pkg/types/020"
|
||||
"github.com/containernetworking/cni/pkg/types/020"
|
||||
)
|
||||
|
||||
const ImplementedSpecVersion string = "0.4.0"
|
||||
|
Reference in New Issue
Block a user