@@ -87,22 +87,22 @@ replacements:
87
87
# ## Field Descriptions
88
88
89
89
| Field | Required| Description | Default |
90
- | ----------- : | :----:| ----------- | ---- |
91
- | `source`| :heavy_check_mark : | The source of the value |
92
- | `target`|:heavy_check_mark : | The N fields to write the value to |
90
+ | ----------- : | :----: | ----------- | ---- |
91
+ | `source`| ✔️ | The source of the value |
92
+ | `target`| ✔️ | The N fields to write the value to |
93
93
| `group` | | The group of the referent |
94
94
| `version`| | The version of the referent
95
- |`kind` | |The kind of the referent
96
- |`name` | |The name of the referent
97
- |`namespace`| |The namespace of the referent
98
- |`select` |:heavy_check_mark : |Include objects that match this
95
+ |`kind` | | The kind of the referent
96
+ |`name` | | The name of the referent
97
+ |`namespace`| | The namespace of the referent
98
+ |`select` | ✔️ |Include objects that match this
99
99
|`reject`| |Exclude objects that match this
100
- |`fieldPath`| |The structured path to the source value | `metadata.name`
101
- |`fieldPaths`| |The structured path(s) to the target nodes | `metadata.name`
102
- |`options`| |Options used to refine interpretation of the field
103
- |`delimiter`| |Used to split/join the field
104
- |`index`| |Which position in the split to consider | `0`
105
- |`create`| |If target field is missing, add it | `false`
100
+ |`fieldPath`| | The structured path to the source value | `metadata.name`
101
+ |`fieldPaths`| | The structured path(s) to the target nodes | `metadata.name`
102
+ |`options`| | Options used to refine interpretation of the field
103
+ |`delimiter`| | Used to split/join the field
104
+ |`index`| | Which position in the split to consider | `0`
105
+ |`create`| | If target field is missing, add it | `false`
106
106
107
107
# ### Source
108
108
The source field is a selector that determines the source of the value by finding a
0 commit comments