BuildConfig build image configuration
| 73 | |
| 74 | // BuildConfig build image configuration |
| 75 | type BuildConfig struct { |
| 76 | Image string `toml:"image"` |
| 77 | Env []BuildConfigEnv `toml:"env"` |
| 78 | } |
| 79 | |
| 80 | type Suffix string |
| 81 |
nothing calls this directly
no outgoing calls
no test coverage detected