package
0.0.0-20250306202812-3481892a9f86
Repository: https://github.com/hsnlab/dcontroller.git
Documentation: pkg.go.dev

# Functions

AppendToListItem appends an object to a list.
ApplyStrategicMergePatch is a partial local re-implementation of strategic merge patches.
ConvertRuntimeObjectToClientObject converts a core runtime objects into a full client.Object.
DeepCopy copies an Object.
DeepCopyAny clones an arbitrary value.
DeepCopyInto copies an Object into another one.
DeepEqual compares to Objects.
Dump converts an unstuctured object into a human-readable form.
GetBaseScheme returns a base scheme.
MergeAny merges two arbitrary values.
New create a new object.
NewViewObject initializes an empty object in the given view and sets the GVK.
NewViewObjectFromNativeObject creates a view object from a client.Object.
NewViewObjectList creates an empty object list.
Patch performs an in-place patch.
SetContent is similar to SetUnstructuredContent but it preserves the GVK, the name and the namespace and deep-copies the content.
SetName is a shortcut to SetNamespace(ns) followed by SetNamespace(name).