Skip to content

Commit

Permalink
docs(api/replacements): fix heavy check mark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bugoverdose committed Sep 13, 2023
1 parent 94b4188 commit 8788346
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions site/content/en/docs/Reference/API/replacements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8788346

Please sign in to comment.