Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCredentialsIncomplete = errors.New("E#1013: couldn't create a valid credential")
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
func ReadCredentialsFromDir ¶
func ReadCredentialsFromDir(path string, c *buildConfig.Credentials) (*Credentials, error)
type KeyValue ¶
Argument represent a key/value pair that was passed in as an environment variable. In a linux system, it would be represented as a `KEY=Value` environment variable. The argument list is stored as a JSON payload, and those values needs to be extracted from it before it can be passed to buildkit.
Click to show internal directories.
Click to hide internal directories.