Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const DeploymentEdgeKind + const TriggersDeploymentEdgeKind + const UsedInDeploymentEdgeKind + const VolumeClaimEdgeKind + func AddAllDeploymentConfigsDeploymentEdges(g osgraph.MutableUniqueGraph) + func AddAllTriggerDeploymentConfigsEdges(g osgraph.MutableUniqueGraph) + func AddAllVolumeClaimEdges(g osgraph.Graph) + func AddDeploymentConfigsDeploymentEdges(g osgraph.MutableUniqueGraph, node *appsgraph.DeploymentConfigNode) *appsgraph.DeploymentConfigNode + func AddTriggerDeploymentConfigsEdges(g osgraph.MutableUniqueGraph, node *appsgraph.DeploymentConfigNode) *appsgraph.DeploymentConfigNode + func AddVolumeClaimEdges(g osgraph.Graph, dcNode *appsgraph.DeploymentConfigNode) + func BelongsToDeploymentConfig(config *appsapi.DeploymentConfig, b *kapi.ReplicationController) bool + func RelevantDeployments(g osgraph.Graph, dcNode *appsgraph.DeploymentConfigNode) (*kubegraph.ReplicationControllerNode, []*kubegraph.ReplicationControllerNode) + type RecentDeploymentReferences []*kubegraph.ReplicationControllerNode + func (m RecentDeploymentReferences) Len() int + func (m RecentDeploymentReferences) Less(i, j int) bool + func (m RecentDeploymentReferences) Swap(i, j int)