analysis

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RestartingPodWarning = "RestartingPod"

	RestartThreshold = 3
)
View Source
const (
	UnmountableSecretWarning = "UnmountableSecret"
	MissingSecretWarning     = "MissingSecret"
)
View Source
const (
	DuelingRepliationControllerWarning = "DuelingReplicationControllers"
)

Variables

This section is empty.

Functions

func CheckForUnmountableSecrets added in v1.0.4

func CheckForUnmountableSecrets(g osgraph.Graph, podSpecNode *kubegraph.PodSpecNode) []*kubegraph.SecretNode

CheckForUnmountableSecrets checks to be sure that all the referenced secrets are mountable (by service account)

func CheckMissingMountedSecrets added in v1.0.4

func CheckMissingMountedSecrets(g osgraph.Graph, podSpecNode *kubegraph.PodSpecNode) []*kubegraph.SecretNode

CheckMissingMountedSecrets checks to be sure that all the referenced secrets are present (not synthetic)

func FindDuelingReplicationControllers added in v1.0.4

func FindDuelingReplicationControllers(g osgraph.Graph) []osgraph.Marker

func FindMissingSecrets added in v1.0.4

func FindMissingSecrets(g osgraph.Graph) []osgraph.Marker

FindMissingSecrets inspects all PodSpecs for any Secret reference that is a synthetic node (not a pre-existing node in the graph)

func FindRestartingPods added in v1.1.1

func FindRestartingPods(g osgraph.Graph) []osgraph.Marker

FindRestartingPods inspects all Pods to see if they've restarted more than the threshold

func FindUnmountableSecrets added in v1.0.4

func FindUnmountableSecrets(g osgraph.Graph) []osgraph.Marker

FindUnmountableSecrets inspects all PodSpecs for any Secret reference that isn't listed as mountable by the referenced ServiceAccount

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL