Versions in this module Expand all Collapse all v1 v1.0.1 Jun 30, 2015 Changes in this version + func CompareImagePipeline(a, b *ImagePipeline) bool + func CompareObjectMeta(a, b *kapi.ObjectMeta) bool + func UncoveredDeploymentFlowEdges(covered osgraph.NodeSet) osgraph.EdgeFunc + func UncoveredDeploymentFlowNodes(covered osgraph.NodeSet) osgraph.NodeFunc + type DeploymentFlow struct + Deployment *deploygraph.DeploymentConfigNode + Images []ImagePipeline + type DeploymentPipelineMap map[*deploygraph.DeploymentConfigNode][]ImagePipeline + func DeploymentPipelines(g osgraph.Graph) (DeploymentPipelineMap, osgraph.NodeSet) + type ImagePipeline struct + BaseImage ImageTagLocation + Build *buildgraph.BuildConfigNode + Image ImageTagLocation + Source SourceLocation + func ImagePipelineFromNode(g osgraph.Graph, n graph.Node, covered osgraph.NodeSet) (ImagePipeline, bool) + type ImageTagLocation interface + ID func() int + ImageSpec func() string + ImageTag func() string + type ServiceGroup struct + Builds []ImagePipeline + Deployments []DeploymentFlow + Services []ServiceReference + func ServiceAndDeploymentGroups(g osgraph.Graph) []ServiceGroup + type ServiceReference struct + CoveredDCs []*deploygraph.DeploymentConfigNode + CoveredPods []*kubegraph.PodNode + CoveredRCs []*kubegraph.ReplicationControllerNode + Service *kubegraph.ServiceNode + type SortedDeploymentPipelines []DeploymentFlow + func (m SortedDeploymentPipelines) Len() int + func (m SortedDeploymentPipelines) Less(i, j int) bool + func (m SortedDeploymentPipelines) Swap(i, j int) + type SortedImagePipelines []ImagePipeline + func (m SortedImagePipelines) Len() int + func (m SortedImagePipelines) Less(i, j int) bool + func (m SortedImagePipelines) Swap(i, j int) + type SortedServiceGroups []ServiceGroup + func (m SortedServiceGroups) Len() int + func (m SortedServiceGroups) Less(i, j int) bool + func (m SortedServiceGroups) Swap(i, j int) + type SortedServiceReferences []ServiceReference + func (m SortedServiceReferences) Len() int + func (m SortedServiceReferences) Less(i, j int) bool + func (m SortedServiceReferences) Swap(i, j int) + type SourceLocation interface + ID func() int