package
1.13.0-alpha.0
Repository: https://github.com/jsturtevant/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.
NewDaemonSetsController creates a new DaemonSetsController.
NewPod creates a new pod.
Predicates checks if a DaemonSet's pod can be scheduled on a node using GeneralPredicates and PodToleratesNodeTaints predicate.
# Constants
BurstReplicas is a rate limiter for booting pods on a lot of pods.
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.
SelectingAllReason is added to an event when a DaemonSet selects all Pods.
StatusUpdateRetries limits the number of retries if sending a status update to API server fails.
# Structs
DaemonSetsController is responsible for synchronizing DaemonSet objects stored in the system with actual running pods.