airshipctl/pkg/document/plugin/replacement
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
..
errors.go Adding decoding and encoding feature to Replacement Transformer 2020-10-27 17:45:29 +05:30
init.go Move plugins configurations to API module 2020-09-17 19:22:07 +04:00
transformer_test.go Adding decoding and encoding feature to Replacement Transformer 2020-10-27 17:45:29 +05:30
transformer.go Adding decoding and encoding feature to Replacement Transformer 2020-10-27 17:45:29 +05:30