airshipctl/pkg/document/plugin
Sirisha Gopigiri d82e04ea5e Adding decoding and encoding feature to Replacement Transformer
This PS adds decoding features to ReplacementTransformer to decode
the source objectRef when source is of `kind: Secret` and has `data`
field. It also encodes the value in the target fieldRefs before
replacement if the target is `kind: Secret` and has `data` fields.
Throws an error if the target fieldRefs have both `data` and `stringData`
for replacement.

Change-Id: I1d918058409b3511faa9a99512d25574027bda86
2020-10-27 17:45:29 +05:30
..
kyamlutils Migrate Replacement Transformer plugin 2020-10-13 20:43:55 +04:00
replacement Adding decoding and encoding feature to Replacement Transformer 2020-10-27 17:45:29 +05:30
templater Extend plugin interface with execute method 2020-10-05 13:24:03 +04:00
types Extend plugin interface with execute method 2020-10-05 13:24:03 +04:00
errors.go Introduce document plugin subcommand 2020-04-21 15:00:22 +04:00
run_test.go Fix typos 2020-09-21 02:49:33 -05:00
run.go Move plugins configurations to API module 2020-09-17 19:22:07 +04:00