open-nomad/plugins/csi
Seth Hoenig 2088ca3345
cleanup more helper updates (#14638)
* cleanup: refactor MapStringStringSliceValueSet to be cleaner

* cleanup: replace SliceStringToSet with actual set

* cleanup: replace SliceStringSubset with real set

* cleanup: replace SliceStringContains with slices.Contains

* cleanup: remove unused function SliceStringHasPrefix

* cleanup: fixup StringHasPrefixInSlice doc string

* cleanup: refactor SliceSetDisjoint to use real set

* cleanup: replace CompareSliceSetString with SliceSetEq

* cleanup: replace CompareMapStringString with maps.Equal

* cleanup: replace CopyMapStringString with CopyMap

* cleanup: replace CopyMapStringInterface with CopyMap

* cleanup: fixup more CopyMapStringString and CopyMapStringInt

* cleanup: replace CopySliceString with slices.Clone

* cleanup: remove unused CopySliceInt

* cleanup: refactor CopyMapStringSliceString to be generic as CopyMapOfSlice

* cleanup: replace CopyMap with maps.Clone

* cleanup: run go mod tidy
2022-09-21 14:53:25 -05:00
..
fake build: run gofmt on all go source files 2022-08-16 11:14:11 -05:00
testing chore: fixup inconsistent method receiver names. (#11704) 2021-12-20 11:44:21 +01:00
client.go cleanup more helper updates (#14638) 2022-09-21 14:53:25 -05:00
client_test.go CSI: fix timestamp from volume snapshot responses (#12352) 2022-03-23 10:39:28 -04:00
plugin.go CSI: fix timestamp from volume snapshot responses (#12352) 2022-03-23 10:39:28 -04:00