presetRepository property

PresetRepository presetRepository
final

Persists the presets an operator has saved on the Hub.

A preset is a reusable declaration ("this is what a docker host is"), so keeping it on the Hub means every operator and every script applies the same one, rather than each shipping their own copy of a JSON file that has quietly diverged.

Implementation

final PresetRepository presetRepository;