Skip to content

Commit 3eb1ccd

Browse files
authored
Merge pull request #27 from hr3lxphr6j/fix-json-tag
fix json tag
2 parents d8b3fe7 + 2855360 commit 3eb1ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/redis/v1alpha1/distributedrediscluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ type RedisStorage struct {
9595
Size resource.Quantity `json:"size"`
9696
Type StorageType `json:"type"`
9797
Class string `json:"class"`
98-
DeleteClaim bool `json:"deleteClaim",omitempty"`
98+
DeleteClaim bool `json:"deleteClaim,omitempty"`
9999
}
100100

101101
// DistributedRedisClusterStatus defines the observed state of DistributedRedisCluster

0 commit comments

Comments
 (0)