Fix typos in Go Client document (#3640)

Signed-off-by: ZhangXiaozheng <zhang__xiaozheng@outlook.com>
This commit is contained in:
Xiaozheng Zhang 2023-12-14 15:13:51 +08:00 committed by GitHub
parent 25212a06d3
commit e10dacc387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ func main() {
},
Spec: v1alpha1.AlluxioRuntimeSpec{
Replicas: 1,
Tieredstore: v1alpha1.Tieredstore{
TieredStore: v1alpha1.TieredStore{
Levels: []v1alpha1.Level{
{
MediumType: "MEM",

View File

@ -166,7 +166,7 @@ func main() {
},
Spec: v1alpha1.AlluxioRuntimeSpec{
Replicas: 1,
Tieredstore: v1alpha1.Tieredstore{
TieredStore: v1alpha1.TieredStore{
Levels: []v1alpha1.Level{
{
MediumType: "MEM",