# Functions
UpdateV2WithSetters takes all YAML files from `inpath`, updates any that contain an "in scope" image policy marker, and writes files it updated (and only those files) back to `outpath`.
UpdateWithSetters takes all YAML files from `inpath`, updates any that contain an "in scope" image policy marker, and writes files it updated (and only those files) back to `outpath`.
# Constants
This is preserved from setters2.
SetterShortHand is a shorthand that can be used to mark setters; instead of # { "$ref": "#/definitions/.
# Structs
Change contains the setter that resulted in a Change, the old and the new value after the Change.
FileResult gives the updates in a particular file.
ObjectIdentifier holds the identifying data for a particular object.
Result reports the outcome of an automated update.
ResultV2 contains Result of update and also the file changes made during the update.
ScreeningReader is a kio.Reader that includes only files that are pertinent to automation.
No description provided by the author
# Interfaces
ImageRef represents the image reference used to replace a field value in an update.
# Type aliases
ObjectChanges contains all the changes made to objects.