Versions in this module Expand all Collapse all v0 v0.1.1 Sep 20, 2025 Changes in this version + const Added + const Deleted + const Replaced + const Sync + const Updated + const Upserted + var NilDelta = Delta + func ApplyStrategicMergePatch(original, patch *unstructured.Unstructured) (*unstructured.Unstructured, error) + func ConvertRuntimeObjectToClientObject(runtimeObj runtime.Object) (client.Object, error) + func DeepCopyAny(value any) any + func DeepCopyInto(in, out Object) + func DeepEqual(a, b Object) bool + func Dump(obj Object) string + func GetBaseScheme() *runtime.Scheme + func GetOperator(obj Object) string + func MergeAny(a, b any) (any, error) + func Patch(obj Object, m map[string]any) error + func SetContent(obj Object, content map[string]any) + func SetName(obj Object, ns, name string) + type Delta struct + Object Object + Type DeltaType + func (d Delta) IsUnchanged() bool + func (d Delta) String() string + type DeltaType string + type Object = *unstructured.Unstructured + func DeepCopy(in Object) Object + func New() Object + func NewViewObject(operator, view string) Object + func NewViewObjectFromNativeObject(operator, view string, clientObj client.Object) (Object, error) + type ObjectList = *unstructured.UnstructuredList