Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( Platform = "windows" Proto = "tcp" PluginListenPort = "8080" GlobalPluginListenPort = "8081" DockerListenPort = "2375" Hostname = "localhost" )
List of constant for Windows platform
View Source
const (
ERROR_INVALID_PARAMETER syscall.Errno = 87 // // The parameter is incorrect.
)
Define additional error codes not defined by the src/syscall/types_windows.go module (or not defined in older Go versions)
Variables ¶
View Source
var ( LogPath string PluginHome string PluginCertHome string PluginConfigHome string DockerPath string )
Windows paths
Functions ¶
func AddPartitionAccessPath ¶
AddPartitionAccessPath - mount the volume to specified flexvolpath.
func GetDockerVolAccessPath ¶
GetDockerVolAccessPath - Get the docker volume access path of the partition
func RemovePartitionAccessPath ¶
RemovePartitionAccessPath - mount the volume to specified flexvolpath.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package ioctl provides Windows IOCTL support
|
Package ioctl provides Windows IOCTL support |
Package iscsidsc wraps the Windows iSCSI Discovery Library API
|
Package iscsidsc wraps the Windows iSCSI Discovery Library API |
Package powershell wraps Windows Powershell cmdlets
|
Package powershell wraps Windows Powershell cmdlets |
Package wmi handles WMI queries
|
Package wmi handles WMI queries |
Click to show internal directories.
Click to hide internal directories.