//
pkg.gl
Category
github.com/neondatabase/autoscaling
pkg
util
patch
package
0.36.1
Repository:
https://github.com/neondatabase/autoscaling.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
36 SLOC
#
Functions
PathEscape
PathEscape escapes a string for use in a segment of the Path field of an Operation This is useful, for example, when using arbitrary strings as map keys (like Kubernetes labels or annotations).
#
Constants
OpAdd
No description provided by the author
OpCopy
No description provided by the author
OpMove
No description provided by the author
OpRemove
No description provided by the author
OpReplace
No description provided by the author
OpTest
No description provided by the author
#
Structs
Operation
Operation is a single step in the overall JSON patch.
#
Type aliases
JSONPatch
No description provided by the author
OpKind
OpKind is the kind of operation being performed in a single step.