package
1.13.0-alpha.1
Repository: https://github.com/clickyotomy/kubernetes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
GenerateContainersReadyCondition returns the status of "ContainersReady" condition.
GeneratePodInitializedCondition returns initialized condition if all init containers in a pod are ready, else it returns an uninitialized condition.
GeneratePodReadyCondition returns "Ready" condition of a pod.
NeedToReconcilePodReadiness returns if the pod "Ready" condition need to be reconcile.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Manager is the Source of truth for kubelet pod status, and should be kept up-to-date with the latest v1.PodStatus.
An object which provides guarantees that a pod can be safely deleted.
PodStatusProvider knows how to provide status for a pod.