From e7574da1e7eedb47853f433f94d8f4d69a8bfdd3 Mon Sep 17 00:00:00 2001 From: wkd-woo Date: Sat, 2 Mar 2024 20:06:56 +0900 Subject: [PATCH] delete unused code Signed-off-by: wkd-woo --- api/v1beta2/common_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1beta2/common_types.go b/api/v1beta2/common_types.go index 4052fc47d..c29f3d780 100644 --- a/api/v1beta2/common_types.go +++ b/api/v1beta2/common_types.go @@ -38,7 +38,7 @@ type RedisConfig struct { common.RedisConfig `json:",inline"` } -g// Storage is the inteface to add pvc and pv support in redis +// Storage is the inteface to add pvc and pv support in redis type Storage struct { common.Storage `json:",inline"` }