Documentation
¶
Overview ¶
Package util contains utilities which are shared between packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerClientVersion ¶ added in v1.3.0
DockerClientVersion attempts to discover the major and minor version numbers of the Docker client, returning <major number>, <minor number>, <patch number>, <patch suffix>, nil if successful, 0, 0, err otherwise. e.g. '1.12.0' => 1, 12, 0, "", nil '1.13.0-dev' => 1, 13, 0, "dev", nil '1.what.0' => 0, 0, 0, "", nil
func SdkConfigPath ¶
SdkConfigPath tries to return the directory where the gcloud config is located.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.