kubernetes/pkg/kubelet/cm/devicemanager/checkpoint
Gunju Kim a0610a97b3
pkg/kubelet/cm: Remove deprecated sets.String and sets.Int
This removes deprecated sets.String and sets.Int
- replace sets.String with sets.Set[string]
- replace sets.Int with sets.Set[int]
- replace sets.NewString with sets.New[string]
- replace sets.NewInt with sets.New[int]
- replace sets.(OLD).List with sets.List(NEW)
2023-09-27 22:02:15 +09:00
..
checkpoint.go pkg/kubelet/cm: Remove deprecated sets.String and sets.Int 2023-09-27 22:02:15 +09:00
checkpointv1.go replaced spew.Sprintf with a util pretty print function 2023-03-27 09:24:22 +08:00