# Functions
GetClientSideApplyPatch updates a resource using the same approach as running `kubectl apply`.
GetLastApplied retrieves the original configuration of the object from the annotation, or nil if no annotation was found.
GetMergePatch - generate merge patch from original and modified objects.
SerializeLastApplied returns the json serialization of the incoming object If annotate is true, the returned serialization will contain a serialized annotation of itself (kubectl.kubernetes.io/last-applied-configuration), otherwise it will not have this annotation.
SetLastApplied patch.
# Variables
Scheme is the default instance of runtime.Scheme to which types in the Kubernetes API are already registered.