yamlUpdater is an implementation of the promotion.StepRunner interface that updates the values of specified keys in a YAML file.
| 28 | // yamlUpdater is an implementation of the promotion.StepRunner interface that |
| 29 | // updates the values of specified keys in a YAML file. |
| 30 | type yamlUpdater struct { |
| 31 | schemaLoader gojsonschema.JSONLoader |
| 32 | } |
| 33 | |
| 34 | // newYAMLUpdater returns an implementation of the promotion.StepRunner interface |
| 35 | // that updates the values of specified keys in a YAML file. |
nothing calls this directly
no outgoing calls
no test coverage detected