package
Version:
v1.6.0-rc7
Opens a new window with list of versions in this module.
Published: Aug 19, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JSONPatch struct {
OP string `json:"op,omitempty"`
Path string `json:"path,omitempty"`
Value interface{} `json:"value"`
}
JSONPatch structure based on the RFC 6902
Note: This mirros pkg/k8s/json_patch.go but using that directly would cause
an import loop.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.