ceph-csi/internal/util
Niels de Vos 991343d9e5 cleanup: do not pass EncodingVersion to GenerateVolID()
The only encoding version that exists is `1`. There is no need to have
multiple constants for that version across different packages. Because
there is only one version, `GenerateVolID()` does not really require it,
and it can use a default version.

If there is a need in the future to support an other encoding version,
this can be revisited with a cleaner solution.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-03-18 06:23:28 +00:00
..
fscrypt cleanup: refactor functions to accept a context parameter 2024-03-12 13:54:19 +00:00
k8s util: added RunsOnKubernetes() function 2023-11-08 21:17:00 +00:00
log build: address gocritic warnings 2023-06-05 04:49:46 +00:00
reftracker build: address nolintlint errors from new golangci-lint 2023-06-05 04:49:46 +00:00
cephcmds_test.go util: add helper ExecCommandWithTimeout function 2021-12-23 13:36:21 +00:00
cephcmds.go
cephconf.go
cluster_mapping_test.go deploy: added json field tags for csi config map 2023-12-21 17:44:46 +00:00
cluster_mapping.go
conn_pool_test.go build: address nolintlint errors from new golangci-lint 2023-06-05 04:49:46 +00:00
conn_pool.go
connection.go
credentials_test.go build: address gofmt warnings 2023-06-05 04:49:46 +00:00
credentials.go
crushlocation_test.go rbd: add capability to automatically enable read affinity 2023-02-14 08:29:46 +00:00
crushlocation.go deploy: support for read affinity options per cluster 2023-11-08 21:17:00 +00:00
crypto_test.go cleanup: refactor functions to accept a context parameter 2024-03-12 13:54:19 +00:00
crypto.go cleanup: refactor functions to accept a context parameter 2024-03-12 13:54:19 +00:00
cryptsetup.go util: Limit cryptsetup PBKDF memory usage 2023-04-27 10:43:45 +00:00
csiconfig_test.go deploy: added json field tags for csi config map 2023-12-21 17:44:46 +00:00
csiconfig.go deploy: added json field tags for csi config map 2023-12-21 17:44:46 +00:00
errors_test.go
errors.go
getsecret_test.go cleanup: refactor functions to accept a context parameter 2024-03-12 13:54:19 +00:00
httpserver.go build: address gosec warning 2023-06-05 04:49:46 +00:00
idlocker_test.go
idlocker.go cleanup: fix static checks 2023-02-03 08:55:43 +00:00
pidlimit_test.go
pidlimit.go
read_affinity_test.go util: added read affinity related functions and unit testcases 2023-11-08 21:17:00 +00:00
read_affinity.go cephfs: add read affinity mount option 2023-11-22 13:13:01 +00:00
stripsecrets.go
topology_test.go
topology.go util: moved GetNodeLabels() under internal/util/k8s 2023-11-08 21:17:00 +00:00
util_test.go cephfs: Fix cephfs PVC sizing 2023-10-12 17:31:46 +00:00
util.go cleanup: do not pass EncodingVersion to GenerateVolID() 2024-03-18 06:23:28 +00:00
validate.go
volid_test.go cleanup: do not pass EncodingVersion to GenerateVolID() 2024-03-18 06:23:28 +00:00
volid.go cleanup: do not pass EncodingVersion to GenerateVolID() 2024-03-18 06:23:28 +00:00