package
1.4.0-alpha.2
Repository: https://github.com/endocode/kubernetes.git
Documentation: pkg.go.dev

# Functions

GeneratePodInitializedCondition returns initialized condition if all init containers in a pod are ready, else it returns an uninitialized condition.
GeneratePodReadyCondition returns ready condition if all containers in a pod are ready, else it returns an unready condition.
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 api.PodStatus.
PodStatusProvider knows how to provide status for a pod.