Humble Chirammal
82bc993b32
util: remove unwanted import string from module dependencies
...
There is no need for an extra import string when the go mod package
itself declared in the same.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-03-24 15:12:13 +00:00
Humble Chirammal
5ac3f1e29e
util: change member cap
of CSIDriver struct
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-10-21 12:30:18 +00:00
Humble Chirammal
5b537754a7
cephfs: replace variable name for builtin cap
attribute
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-10-19 13:25:15 +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