Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply[T any](obj T, newObj *T, ops v1beta1.PatchRequest) error
Apply applies RFC 6902 JSON Patch operations to obj and unmarshals the result into newObj. Unknown fields in the patched JSON are rejected, so operations that silently introduce fields not present in the target type (e.g. "replace" acting as "add" on a missing path) are caught here rather than silently becoming no-ops.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.