mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
docs(api/replacements): fix heavy check mark issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user