# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
Predicates checks if a DaemonSet's pod can be scheduled on a node using GeneralPredicates and PodToleratesNodeTaints predicate.
# Constants
The value of 250 is chosen b/c values that are too high can cause registry DoS issues.
FailedDaemonPodReason is added to an event when the status of a Pod of a DaemonSet is 'Failed'.
FailedPlacementReason is added to an event when a DaemonSet can't schedule a Pod to a specified node.
Reasons for DaemonSet events SelectingAllReason is added to an event when a DaemonSet selects all Pods.
If sending a status upate to API server fails, we retry a finite number of times.
# Structs
DaemonSetsController is responsible for synchronizing DaemonSet objects stored in the system with actual running pods.