Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const CrashLoopingPodError + const DuelingReplicationControllerWarning + const HPAMissingCPUTargetError + const HPAMissingScaleRefError + const HPAOverlappingScaleRefWarning + const MissingLivenessProbeWarning + const MissingSecretWarning + const RestartRecentDuration + const RestartThreshold + const RestartingPodWarning + const UnmountableSecretWarning + func CheckForUnmountableSecrets(g osgraph.Graph, podSpecNode *kubegraph.PodSpecNode) []*kubegraph.SecretNode + func CheckMissingMountedSecrets(g osgraph.Graph, podSpecNode *kubegraph.PodSpecNode) []*kubegraph.SecretNode + func ContainerRestartedRecently(status kapi.ContainerStatus, now metav1.Time) bool + func FindDuelingReplicationControllers(g osgraph.Graph, f osgraph.Namer) []osgraph.Marker + func FindHPASpecsMissingCPUTargets(graph osgraph.Graph, namer osgraph.Namer) []osgraph.Marker + func FindHPASpecsMissingScaleRefs(graph osgraph.Graph, namer osgraph.Namer) []osgraph.Marker + func FindMissingLivenessProbes(g osgraph.Graph, f osgraph.Namer, setProbeCommand string) []osgraph.Marker + func FindMissingSecrets(g osgraph.Graph, f osgraph.Namer) []osgraph.Marker + func FindOverlappingHPAs(graph osgraph.Graph, namer osgraph.Namer) []osgraph.Marker + func FindRestartingPods(g osgraph.Graph, f osgraph.Namer, ...) []osgraph.Marker + func FindUnmountableSecrets(g osgraph.Graph, f osgraph.Namer) []osgraph.Marker