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