Fix typos in Go Client document (#3640)
Signed-off-by: ZhangXiaozheng <zhang__xiaozheng@outlook.com>
This commit is contained in:
parent
25212a06d3
commit
e10dacc387
|
@ -166,7 +166,7 @@ func main() {
|
|||
},
|
||||
Spec: v1alpha1.AlluxioRuntimeSpec{
|
||||
Replicas: 1,
|
||||
Tieredstore: v1alpha1.Tieredstore{
|
||||
TieredStore: v1alpha1.TieredStore{
|
||||
Levels: []v1alpha1.Level{
|
||||
{
|
||||
MediumType: "MEM",
|
||||
|
|
|
@ -166,7 +166,7 @@ func main() {
|
|||
},
|
||||
Spec: v1alpha1.AlluxioRuntimeSpec{
|
||||
Replicas: 1,
|
||||
Tieredstore: v1alpha1.Tieredstore{
|
||||
TieredStore: v1alpha1.TieredStore{
|
||||
Levels: []v1alpha1.Level{
|
||||
{
|
||||
MediumType: "MEM",
|
||||
|
|
Loading…
Reference in New Issue