package
Version:
v4.103.0
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
JSONop is used to define what type of patch should be used
const (
JSONopRemove JSONop = "remove"
JSONopAdd JSONop = "add"
JSONopNone JSONop = "none"
JSONopReplace JSONop = "replace"
)
type JSONpatch struct {
Op JSONop `json:"op,omitempty"`
Path string `json:"path,omitempty"`
Value string `json:"value,omitempty"`
}
JSONpatch describes a JSON patch that can be used against he k8s API
Source Files
¶
Click to show internal directories.
Click to hide internal directories.