package
Version:
v0.0.0-...-a834cfb
Opens a new window with list of versions in this module.
Published: Oct 21, 2024
License: UPL-1.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
PatchAnnotations attaches the given metadata to the target object
The obj will be updated with the content returned by the cluster
type PatchValue struct {
Op string `json:"op"`
Path string `json:"path"`
Value interface{} `json:"value"`
}
PatchValue defines a general structure for patching an object
Source Files
¶
Click to show internal directories.
Click to hide internal directories.