Skip to content

Commit

Permalink
Merge pull request #27 from hr3lxphr6j/fix-json-tag
Browse files Browse the repository at this point in the history
fix json tag
  • Loading branch information
polefishu authored Feb 4, 2020
2 parents d8b3fe7 + 2855360 commit 3eb1ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/redis/v1alpha1/distributedrediscluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type RedisStorage struct {
Size resource.Quantity `json:"size"`
Type StorageType `json:"type"`
Class string `json:"class"`
DeleteClaim bool `json:"deleteClaim",omitempty"`
DeleteClaim bool `json:"deleteClaim,omitempty"`
}

// DistributedRedisClusterStatus defines the observed state of DistributedRedisCluster
Expand Down

0 comments on commit 3eb1ccd

Please sign in to comment.