MCPcopy Create free account
hub / github.com/buildpacks/pack / BuildConfigEnv

Struct BuildConfigEnv

builder/config_reader.go:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88)
89
90type BuildConfigEnv struct {
91 Name string `toml:"name"`
92 Value string `toml:"value"`
93 Suffix Suffix `toml:"suffix,omitempty"`
94 Delim string `toml:"delim,omitempty"`
95 ExecEnv []string `toml:"exec-env,omitempty"`
96}
97
98// ReadConfig reads a builder configuration from the file path provided and returns the
99// configuration along with any warnings encountered while parsing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected