# Functions
createOrUpdateDaemonset fetches and creates/updates ds according to desiredDs fields that are not allowed update at runtime are not copied unless the creationtimestamp is zero.
MutateAggregatedSpec returns a mutate function that applies the other arguments to the referenced daemonset its purpose is to be used in more specific mutate functions that can that be applied to an empty corev1.DaemonSet{} before a Create() or applied to an existing one before an Update().
# Constants
DiskMakerName is the name of the diskmaker-manager daemonset.
ProvisionerName is the name of the local-static-provisioner daemonset.
# Structs
DaemonReconciler reconciles all LocalVolumeSet objects at once.