Aaron U'Ren
|
96675e620b
|
fix: don't capitalize error messages
It is standard practice in Go to not capitalize error messages:
https://github.com/golang/go/wiki/CodeReviewComments#error-strings
|
2021-04-14 16:23:59 -05:00 |
|
Aaron U'Ren
|
e9c77d0a35
|
fix(comments): misspellings and bad doc strings
|
2021-04-14 16:23:59 -05:00 |
|
Murali Reddy
|
6bc6110b84
|
dont return error if there are no CIDR details configured in cni conflist
|
2021-03-24 14:30:27 -05:00 |
|
Manuel Rüger
|
ee9f6d890d
|
Update dependencies (go-iptables, cni) (#996)
* go.mod: Vendor coreos/go-iptables 0.4.5
* go.mod: Vendor containernetworking/plugins v0.8.0
* Update implementation to work with libcni 0.8.0
* go.mod: Vendor containernetworking/plugins v0.9.0
|
2021-01-18 19:03:51 +05:30 |
|
Murali Reddy
|
a33089d292
|
[testing] run go linters (#943)
* run go linters for static code checking
* fix(lint): fix all goimports linting errors
* fix(lint): fix all golint errors
* fix(lint): fix all spelling errors
Co-authored-by: Aaron U'Ren <aauren@gmail.com>
|
2020-07-28 23:52:41 +05:30 |
|
Murali Reddy
|
6887ce716e
|
add proper message when reading pod CIDR from cni conf file (#450)
|
2018-05-26 02:52:28 +05:30 |
|
Murali Reddy
|
71d16bf4d6
|
code restructuring as per typical golang projects (#397)
* code restructuring as per typical golang projects
* fix link in docs
|
2018-04-17 00:18:20 +05:30 |
|