docs(api/replacements): fix heavy check mark issue

This commit is contained in:
Jeong Jinwoo
2023-09-13 12:58:02 +09:00
parent 5c1a022a3c
commit bd8045b648

View File

@@ -87,22 +87,22 @@ replacements:
### Field Descriptions ### Field Descriptions
| Field | Required| Description | Default | | Field | Required| Description | Default |
| -----------: | :----:| ----------- | ---- | | -----------: | :----: | ----------- | ---- |
| `source`| :heavy_check_mark: | The source of the value | | `source`| ✔️ | The source of the value |
| `target`|:heavy_check_mark: | The N fields to write the value to | | `target`| ✔️ | The N fields to write the value to |
| `group` | | The group of the referent | | `group` | | The group of the referent |
| `version`| | The version of the referent | `version`| | The version of the referent
|`kind` | |The kind of the referent |`kind` | | The kind of the referent
|`name` | |The name of the referent |`name` | | The name of the referent
|`namespace`| |The namespace of the referent |`namespace`| | The namespace of the referent
|`select` |:heavy_check_mark: |Include objects that match this |`select` | ✔️ |Include objects that match this
|`reject`| |Exclude objects that match this |`reject`| |Exclude objects that match this
|`fieldPath`| |The structured path to the source value | `metadata.name` |`fieldPath`| | The structured path to the source value | `metadata.name`
|`fieldPaths`| |The structured path(s) to the target nodes | `metadata.name` |`fieldPaths`| | The structured path(s) to the target nodes | `metadata.name`
|`options`| |Options used to refine interpretation of the field |`options`| | Options used to refine interpretation of the field
|`delimiter`| |Used to split/join the field |`delimiter`| | Used to split/join the field
|`index`| |Which position in the split to consider | `0` |`index`| | Which position in the split to consider | `0`
|`create`| |If target field is missing, add it | `false` |`create`| | If target field is missing, add it | `false`
#### Source #### Source
The source field is a selector that determines the source of the value by finding a The source field is a selector that determines the source of the value by finding a