Yati Padia
f36d611ef9
cleanup: resolves gofumpt issues of internal codes
...
This PR runs gofumpt for internal folder.
Updates: #1586
Signed-off-by: Yati Padia <ypadia@redhat.com>
2021-07-14 19:50:56 +00:00
Madhu Rajanna
27d2cc644d
util: replace klog with util logger in liveness.go
...
replace klog with util logger in liveness.go
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-08-19 14:38:12 +00:00
Yug
7f94a57908
cleanup: address godot warnings
...
Top level comments should end in a period
Signed-off-by: Yug <yuggupta27@gmail.com>
2020-07-21 08:36:24 +00:00
Yug
1490daed7e
cleanup: Avoid usage of numbers
...
Add seperate functions to handle all
levels and types of logging.
Signed-off-by: Yug <yuggupta27@gmail.com>
2020-07-10 07:41:23 +00:00
Yug
8dc4ab6b1b
rebase: update k8s.io/klog to v2.3.0
...
Update klog version to v2.3.0
Signed-off-by: Yug <yuggupta27@gmail.com>
2020-07-10 07:41:23 +00:00
Niels de Vos
32839948ef
cleanup: move pkg/ to internal/
...
The internal/ directory in Go has a special meaning, and indicates that
those packages are not meant for external consumption. Ceph-CSI does
provide public APIs for other projects to consume. There is no plan to
keep the API of the internally used packages stable.
Closes : #903
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-04-23 11:00:59 +00:00