flux v0.27.3

Kustomization.spec.patchesJson6902.patch

Patch contains the JSON6902 patch document with an array of operation objects.

4 fields
Kustomization.spec.patchesJson6902.patch fields and descriptions
Field / TypeDescription
from
string

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
string required

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

  • enum: ["test","remove","add","replace","move","copy"]
path
string required

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
any

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.

  • x-kubernetes-preserve-unknown-fields: true