package podanalyzer
import "k8s.io/kubernetes/federation/pkg/federation-controller/util/podanalyzer"
Index ¶
Constants ¶
Types ¶
type PodAnalysisResult ¶
type PodAnalysisResult struct { // Total number of pods created. Total int // Number of pods that are running and ready. RunningAndReady int // Number of pods that have been in unschedulable state for UnshedulableThreshold seconds. Unschedulable int }
func AnalyzePods ¶
func AnalyzePods(pods *api_v1.PodList, currentTime time.Time) PodAnalysisResult
AnalyzePods calculates how many pods from the list are in one of the meaningful (from the replica set perspective) states. This function is a temporary workaround against the current lack of ownerRef in pods.
Source Files ¶
pod_helper.go
- Version
- v1.8.9
- Published
- Mar 12, 2018
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- 20 minutes ago –
Tools for package owners.