package
0.0.0-20250305162415-7d76adf7febb
Repository: https://github.com/openshift/local-storage-operator.git
Documentation: pkg.go.dev

# 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.