ImagePruneMode controls how aggressively images associated with the project are removed from the engine.
| 35 | // ImagePruneMode controls how aggressively images associated with the project |
| 36 | // are removed from the engine. |
| 37 | type ImagePruneMode string |
| 38 | |
| 39 | const ( |
| 40 | // ImagePruneNone indicates that no project images should be removed. |