Documentation ¶
Index ¶
Constants ¶
View Source
const ( Version = "v1" GraphDriverAPIBase = "/var/lib/osd/graphdriver/" UrlKey = "url" MgmtPortKey = "mgmtPort" PluginPortKey = "pluginPort" VersionKey = "version" DataDir = ".data" FlexVolumePort uint16 = 2345 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterConfig ¶
type ClusterConfig struct { ClusterId string ClusterUuid string NodeId string SchedulerNodeName string MgtIface string DataIface string DefaultDriver string MgmtIp string DataIp string ManagementURL string FluentDHost string AllowSecurityRemoval bool HWType api.HardwareType // QuorumTimeoutInSeconds configures time after which an // out of quorum node will restart QuorumTimeoutInSeconds int // SnapLockTryDurationInMinutes is the time for which // the cluster manager will try acquiring a lock for cluster snapshot SnapLockTryDurationInMinutes int }
swagger:model
Click to show internal directories.
Click to hide internal directories.