package
1.6.0-alpha.2
Repository: https://github.com/brahmaroutu/kubernetes.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# 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.
TODO: Figure out if this time seems reasonable.
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.