We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51570a1 commit 4612112Copy full SHA for 4612112
internal/namespaces/rdb/v1/rdb_cli.go
@@ -594,6 +594,38 @@ func rdbInstanceList() *core.Command {
594
return resp.Instances, nil
595
596
},
597
+ View: &core.View{Fields: []*core.ViewField{
598
+ {
599
+ FieldName: "ID",
600
+ },
601
602
+ FieldName: "Name",
603
604
605
+ FieldName: "NodeType",
606
607
608
+ FieldName: "Status",
609
610
611
+ FieldName: "Engine",
612
613
614
+ FieldName: "Region",
615
616
617
+ FieldName: "Tags",
618
619
620
+ FieldName: "IsHaCluster",
621
622
623
+ FieldName: "BackupSchedule",
624
625
626
+ FieldName: "CreatedAt",
627
628
+ }},
629
}
630
631
0 commit comments