Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + func AllDeploymentConfigPipelines(g osgraph.Graph, excludeNodeIDs IntSet) ([]DeploymentConfigPipeline, IntSet) + func AllImagePipelinesFromBuildConfig(g osgraph.Graph, excludeNodeIDs IntSet) ([]ImagePipeline, IntSet) + func AllPods(g osgraph.Graph, excludeNodeIDs IntSet) ([]Pod, IntSet) + func AllReplicationControllers(g osgraph.Graph, excludeNodeIDs IntSet) ([]ReplicationController, IntSet) + func AllServiceGroups(g osgraph.Graph, excludeNodeIDs IntSet) ([]ServiceGroup, IntSet) + func AllStatefulSets(g osgraph.Graph, excludeNodeIDs IntSet) ([]StatefulSet, IntSet) + func CompareImagePipeline(a, b *ImagePipeline) bool + func CompareObjectMeta(a, b *kapi.ObjectMeta) bool + func MaxRecentContainerRestartsForRC(g osgraph.Graph, rcNode *kubegraph.ReplicationControllerNode) int32 + func NewDeploymentConfigPipeline(g osgraph.Graph, dcNode *deploygraph.DeploymentConfigNode) (DeploymentConfigPipeline, IntSet) + func NewImagePipelineFromBuildConfigNode(g osgraph.Graph, bcNode *buildgraph.BuildConfigNode) (ImagePipeline, IntSet) + func NewImagePipelineFromImageTagLocation(g osgraph.Graph, node graph.Node, imageTagLocation ImageTagLocation) (ImagePipeline, IntSet) + func NewPod(g osgraph.Graph, podNode *kubegraph.PodNode) (Pod, IntSet) + func NewReplicationController(g osgraph.Graph, rcNode *kubegraph.ReplicationControllerNode) (ReplicationController, IntSet) + func NewServiceGroup(g osgraph.Graph, serviceNode *kubegraph.ServiceNode) (ServiceGroup, IntSet) + func NewStatefulSet(g osgraph.Graph, node *kubegraph.StatefulSetNode) (StatefulSet, IntSet) + type DeploymentConfigPipeline struct + ActiveDeployment *kubegraph.ReplicationControllerNode + Deployment *deploygraph.DeploymentConfigNode + Images []ImagePipeline + InactiveDeployments []*kubegraph.ReplicationControllerNode + type ImagePipeline struct + ActiveBuilds []*buildgraph.BuildNode + BaseBuilds []string + BaseImage ImageTagLocation + Build *buildgraph.BuildConfigNode + DestinationResolved bool + Image ImageTagLocation + LastSuccessfulBuild *buildgraph.BuildNode + LastUnsuccessfulBuild *buildgraph.BuildNode + ScheduledImport bool + Source SourceLocation + type ImageTagLocation interface + ID func() int + ImageSpec func() string + ImageTag func() string + type IntSet map[int]sets.Empty + func NewIntSet(items ...int) IntSet + func (s IntSet) Delete(items ...int) + func (s IntSet) Has(item int) bool + func (s IntSet) Insert(items ...int) + func (s IntSet) List() []int + type Pod struct + Pod *kubegraph.PodNode + type ReplicationController struct + ConflictingRCIDToPods map[int][]*kubegraph.PodNode + ConflictingRCs []*kubegraph.ReplicationControllerNode + CreatedPods []*kubegraph.PodNode + OwnedPods []*kubegraph.PodNode + RC *kubegraph.ReplicationControllerNode + func (rc *ReplicationController) MaxRecentContainerRestarts() int32 + type ServiceGroup struct + DeploymentConfigPipelines []DeploymentConfigPipeline + ExposingRoutes []*routegraph.RouteNode + FulfillingDCs []*deploygraph.DeploymentConfigNode + FulfillingPods []*kubegraph.PodNode + FulfillingRCs []*kubegraph.ReplicationControllerNode + FulfillingStatefulSets []*kubegraph.StatefulSetNode + ReplicationControllers []ReplicationController + Service *kubegraph.ServiceNode + StatefulSets []StatefulSet + type ServiceGroupByObjectMeta []ServiceGroup + func (m ServiceGroupByObjectMeta) Len() int + func (m ServiceGroupByObjectMeta) Less(i, j int) bool + func (m ServiceGroupByObjectMeta) Swap(i, j int) + type SortedDeploymentConfigPipeline []DeploymentConfigPipeline + func (m SortedDeploymentConfigPipeline) Len() int + func (m SortedDeploymentConfigPipeline) Less(i, j int) bool + func (m SortedDeploymentConfigPipeline) 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 SourceLocation interface + ID func() int + type StatefulSet struct + CreatedPods []*kubegraph.PodNode + OwnedPods []*kubegraph.PodNode + StatefulSet *kubegraph.StatefulSetNode v1.5.0-alpha.1 Dec 29, 2016 Incompatible versions in this module v3.7.0-alpha.0+incompatible Aug 1, 2017