ceph-csi/internal
Humble Chirammal 992d4b92bb util: NewCredentials() dont have any callers
We have below exported function in credentials.go which is not
called from anywhere in the repo. Removing it for the same reason.

```
 // NewCredentials generates new credentials when id and key
 // are provided.

 func NewCredentials(id, key string) (*Credentials, error) {
...
```

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-10-21 21:04:11 +00:00
..
cephfs util: drop nolint comment for execCommandJSON() 2020-10-20 15:38:44 +00:00
csi-common util: change member cap of CSIDriver struct 2020-10-21 12:30:18 +00:00
journal rbd: remove unused credentials argument from StoreImageID() 2020-10-15 06:46:41 +00:00
liveness util: replace klog with util logger in liveness.go 2020-08-19 14:38:12 +00:00
rbd rbd: use different variable instead of builtin cap function 2020-10-21 12:30:18 +00:00
util util: NewCredentials() dont have any callers 2020-10-21 21:04:11 +00:00