Documentation ¶
Index ¶
- Constants
- 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
Constants ¶
View Source
const ( // TriggersDeploymentEdgeKind points from DeploymentConfigs to ImageStreamTags that trigger the deployment TriggersDeploymentEdgeKind = "TriggersDeployment" // UsedInDeploymentEdgeKind points from DeploymentConfigs to DockerImageReferences that are used in the deployment UsedInDeploymentEdgeKind = "UsedInDeployment" // DeploymentEdgeKind points from DeploymentConfigs to the ReplicationControllers that are fulfilling the deployment DeploymentEdgeKind = "Deployment" // VolumeClaimEdgeKind goes from DeploymentConfigs to PersistentVolumeClaims indicating a request for persistent storage. VolumeClaimEdgeKind = "VolumeClaim" )
Variables ¶
This section is empty.
Functions ¶
func AddAllDeploymentConfigsDeploymentEdges ¶
func AddAllDeploymentConfigsDeploymentEdges(g osgraph.MutableUniqueGraph)
func AddAllTriggerDeploymentConfigsEdges ¶
func AddAllTriggerDeploymentConfigsEdges(g osgraph.MutableUniqueGraph)
func AddAllVolumeClaimEdges ¶
func AddDeploymentConfigsDeploymentEdges ¶
func AddDeploymentConfigsDeploymentEdges(g osgraph.MutableUniqueGraph, node *appsgraph.DeploymentConfigNode) *appsgraph.DeploymentConfigNode
func AddTriggerDeploymentConfigsEdges ¶
func AddTriggerDeploymentConfigsEdges(g osgraph.MutableUniqueGraph, node *appsgraph.DeploymentConfigNode) *appsgraph.DeploymentConfigNode
AddTriggerDeploymentConfigsEdges creates edges that point to named Docker image repositories for each image used in the deployment.
func AddVolumeClaimEdges ¶
func AddVolumeClaimEdges(g osgraph.Graph, dcNode *appsgraph.DeploymentConfigNode)
func BelongsToDeploymentConfig ¶
func BelongsToDeploymentConfig(config *appsapi.DeploymentConfig, b *kapi.ReplicationController) bool
func RelevantDeployments ¶
func RelevantDeployments(g osgraph.Graph, dcNode *appsgraph.DeploymentConfigNode) (*kubegraph.ReplicationControllerNode, []*kubegraph.ReplicationControllerNode)
RelevantDeployments returns the active deployment and a list of inactive deployments (in order from newest to oldest)
Types ¶
type RecentDeploymentReferences ¶
type RecentDeploymentReferences []*kubegraph.ReplicationControllerNode
func (RecentDeploymentReferences) Len ¶
func (m RecentDeploymentReferences) Len() int
func (RecentDeploymentReferences) Less ¶
func (m RecentDeploymentReferences) Less(i, j int) bool
func (RecentDeploymentReferences) Swap ¶
func (m RecentDeploymentReferences) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.