ConfigOptions group options of the Config API
| 357 | |
| 358 | // ConfigOptions group options of the Config API |
| 359 | type ConfigOptions struct { |
| 360 | // Format define the output format used to dump converted application model (json|yaml) |
| 361 | Format string |
| 362 | // Output defines the path to save the application model |
| 363 | Output string |
| 364 | // Resolve image reference to digests |
| 365 | ResolveImageDigests bool |
| 366 | } |
| 367 | |
| 368 | // PushOptions group options of the Push API |
| 369 | type PushOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected