Kustomization.spec.patchesJson6902.patch
Patch contains the JSON6902 patch document with an array of operation objects.
| Field / Type | Description |
|---|---|
from | From contains a JSON-pointer value that references a location within the target document where the operation is performed. The meaning of the value depends on the value of Op, and is NOT taken into account by all operations. |
op | Op indicates the operation to perform. Its value MUST be one of "add", "remove", "replace", "move", "copy", or "test". https://datatracker.ietf.org/doc/html/rfc6902#section-4
|
path | Path contains the JSON-pointer value that references a location within the target document where the operation is performed. The meaning of the value depends on the value of Op. |
value | Value contains a valid JSON structure. The meaning of the value depends on the value of Op, and is NOT taken into account by all operations.
|