Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModeWO = Mode("WO") ModeRW = Mode("RW") ModeERR = Mode("ERR") )
View Source
const ( FrontendSPDKTCPNvmf = "spdk-tcp-nvmf" FrontendSPDKTCPBlockdev = "spdk-tcp-blockdev" FrontendEmpty = "" )
View Source
const ( InstanceStatePending = "pending" InstanceStateStopped = "stopped" InstanceStateRunning = "running" InstanceStateTerminating = "terminating" InstanceStateError = "error" )
View Source
const ( InstanceTypeReplica = InstanceType("replica") InstanceTypeEngine = InstanceType("engine") )
View Source
const SPDKServicePort = 8504
View Source
const VolumeHead = "volume-head"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceState ¶
type InstanceState string
type InstanceType ¶
type InstanceType string
Click to show internal directories.
Click to hide internal directories.