Versions in this module Expand all Collapse all v1 v1.0.4 Jul 29, 2015 Changes in this version + const DuelingRepliationControllerWarning + const MissingSecretWarning + const UnmountableSecretWarning + func CheckForUnmountableSecrets(g osgraph.Graph, podSpecNode *kubegraph.PodSpecNode) []*kubegraph.SecretNode + func CheckMissingMountedSecrets(g osgraph.Graph, podSpecNode *kubegraph.PodSpecNode) []*kubegraph.SecretNode + func FindDuelingReplicationControllers(g osgraph.Graph) []osgraph.Marker + func FindMissingSecrets(g osgraph.Graph) []osgraph.Marker + func FindUnmountableSecrets(g osgraph.Graph) []osgraph.Marker v1.0.3 Jul 20, 2015 v1.0.2 Jul 14, 2015 Changes in this version + func CheckMountedSecrets(g osgraph.Graph, podSpecNode *kubegraph.PodSpecNode) ([]*kubegraph.SecretNode, []*kubegraph.SecretNode)