Documentation ¶
Index ¶
Constants ¶
View Source
const ( //List of operation name for cli CliOpGet = "get" CliOpList = "list" CliOpStatus = "stat" CliOpCreate = "create" CliOpDelete = "delete" CliOpInfo = "info" CliOpAdd = "add" CliOpSet = "set" CliOpDecommission = "decommission" CliOpDownloadZip = "load" CliOpMetaCompatibility = "meta" CliOpFreeze = "freeze" CliOpSetThreshold = "threshold" CliOpCheck = "check" CliOpReset = "reset" CliOpReplicate = "add-replica" CliOpDelReplica = "del-replica" //Shorthand format of operation name CliOpDecommissionShortHand = "dec" //resource name CliResourceDataNode = "datanode [COMMAND]" CliResourceMetaNode = "metanode" CliResourceDataPartition = "datapartition" CliResourceMetaPartition = "metapartition" CliResourceTopology = "topology" CliResourceRaftNode = "raftnode" CliResourceDisk = "disk" CliResourceConfig = "config" //Flags CliFlagName = "name" CliFlagOnwer = "user" CliFlagDataPartitionSize = "dp-size" CliFlagDataPartitionCount = "dp-count" CliFlagMetaPartitionCount = "mp-count" CliFlagReplicas = "replicas" CliFlagEnable = "enable" CliFlagEnableFollowerRead = "follower-read" CliFlagCapacity = "capacity" CliFlagThreshold = "threshold" CliFlagAddress = "addr" CliFlagDiskPath = "path" CliFlagAuthKey = "authkey" CliFlagINodeStartID = "inode-start" CliFlagId = "id" //Shorthand format of resource name ResourceDataNodeShortHand = "dn" ResourceMetaNodeShortHand = "mn" ResourceDataPartitionShortHand = "dp" ResourceMetaPartitionShortHand = "mp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChubaoFSCmd ¶
func NewRootCmd ¶
func NewRootCmd(client *master.MasterClient) *ChubaoFSCmd
Click to show internal directories.
Click to hide internal directories.