Pod Patch PPS
Patch a Pod Spec.
March 24, 2023
âšī¸
For a single-page view of all PPS options, go to the PPS series page.
Spec #
"pod_patch": string,
Behavior #
pod_patch
is similar to pod_spec
but is applied as a JSON
Patch. Note, this means that the
process outlined above of modifying an existing pod spec and then manually
blanking unchanged fields won’t work, you’ll need to create a correctly
formatted patch by diffing the two pod specs.