package
1.8.0-alpha.1
Repository: https://github.com/josedonizetti/kubernetes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Match check if the given DaemonSet's template matches the template stored in the given history.
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.