Documentation
¶
Index ¶
Constants ¶
View Source
const ( //ConfigOldRoot is a config key. ConfigOldRoot = "docker" //ConfigOldDockerFsType is a config key. ConfigOldDockerFsType = ConfigOldRoot + ".fsType" //ConfigOldDockerVolumeType is a config key. ConfigOldDockerVolumeType = ConfigOldRoot + ".volumeType" //ConfigOldDockerIOPS is a config key. ConfigOldDockerIOPS = ConfigOldRoot + ".iops" //ConfigOldDockerSize is a config key. ConfigOldDockerSize = ConfigOldRoot + ".size" //ConfigOldDockerAvailabilityZone is a config key. ConfigOldDockerAvailabilityZone = ConfigOldRoot + ".availabilityZone" //ConfigOldDockerMountDirPath is a config key. ConfigOldDockerMountDirPath = ConfigOldRoot + ".mountDirPath" //ConfigOldDockerLinuxVolumeRootPath is a config key. ConfigOldDockerLinuxVolumeRootPath = "linux.volume.rootpath" )
View Source
const ( // ConfigRoot is a config key. ConfigRoot = types.ConfigIntegration + ".docker" //ConfigDockerFsType is a config key. ConfigDockerFsType = ConfigRoot + ".fsType" //ConfigDockerVolumeType is a config key. ConfigDockerVolumeType = ConfigRoot + ".volumeType" //ConfigDockerIOPS is a config key. ConfigDockerIOPS = ConfigRoot + ".iops" //ConfigDockerSize is a config key. ConfigDockerSize = ConfigRoot + ".size" //ConfigDockerAvailabilityZone is a config key. ConfigDockerAvailabilityZone = ConfigRoot + ".availabilityZone" //ConfigDockerMountDirPath is a config key. ConfigDockerMountDirPath = ConfigRoot + ".mountDirPath" //ConfigDockerLinuxVolumeRootPath is a config key. ConfigDockerLinuxVolumeRootPath = ConfigRoot + ".linux.volume.rootpath" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.