# Functions
DeploymentPodSpecChanged checks whether the new deployment differs with the old one's last-applied-config.
EmptyClone create an clone of the resource with the same name and namespace (if namespace-scoped), with other fields unset.
GetDeploymentLastAppliedPodTemplate set last applied pod template from Deployment's annotation.
InferObjectKind infers the object kind.
No description provided by the author
No description provided by the author
ServiceEqual compares the new Service's spec with old Service's last applied config.
# Constants
LastAppliedConfigAnnotation is annotation key of last applied configuration.
LastAppliedPodTemplate is annotation key of the last applied pod template.
# Structs
SeaweedReconciler reconciles a Seaweed object.
# Type aliases
MergeFn is to resolve conflicts.