1
0

build: import GetPersistentVolumeClass from component-helpers

Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
This commit is contained in:
Yonatan Kahana
2022-04-02 01:07:15 +03:00
parent 23794089df
commit 9015173f00
92 changed files with 868 additions and 18248 deletions

View File

@@ -20,7 +20,7 @@ const (
prime64 = 1099511628211
)
// hashNew initializes a new fnv64a hash value.
// hashNew initializies a new fnv64a hash value.
func hashNew() uint64 {
return offset64
}