airshipctl/pkg/document
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
..
plugin Adding decoding and encoding feature to Replacement Transformer 2020-10-27 17:45:29 +05:30
pull Replace PrimaryRepositoryName with PhaseRepositoryName 2020-10-12 15:28:27 +03:00
repo Add document pull step to gate script runner 2020-09-25 00:39:28 -05:00
testdata Added unit test for missing document functions 2020-07-16 15:36:04 -05:00
bundle.go Remove clustertype-related functions 2020-10-16 11:31:58 -05:00
bundle_test.go Add unit tests for missing Bundle functions 2020-08-05 09:31:09 -05:00
constants.go [#309] Removed unused constant 2020-08-05 12:48:11 +00:00
dochelper_baremetalhost.go Add copyright for missing files 2020-04-09 08:35:59 -05:00
dochelper_test.go Added unit test for dochelper, config 2020-07-14 16:48:03 -05:00
dochelper_utils.go Add copyright for missing files 2020-04-09 08:35:59 -05:00
document.go Implement document filtering using api objects 2020-06-23 13:12:33 +04:00
document_test.go Fix typos 2020-09-21 02:49:33 -05:00
errors.go Implement document filtering using api objects 2020-06-23 13:12:33 +04:00
filesystem.go Introduce KubeConfig API object 2020-07-30 16:20:37 +00:00
selectors.go Fix typos 2020-09-21 02:49:33 -05:00
selectors_test.go Implement document filtering using api objects 2020-06-23 13:12:33 +04:00