package
Version:
v0.6.1
Opens a new window with list of versions in this module.
Published: Jun 15, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewCmdBuildChain implements the OpenShift experimental build-chain command
RunBuildChain contains all the necessary functionality for the OpenShift
experimental build-chain command
type Edge struct {
FullName string `json:"fullname"`
To string `json:"to"`
}
Edge represents a build configuration relationship
between two nodes
Note that this type has no relation with the dot.Edge
type
NewEdge adds a new edge on a parent node
Note that this function has no relation
with the dot.Edge type
type Node struct {
FullName string `json:"fullname"`
Tags []string `json:"tags,omitempty"`
Edges []*Edge `json:"edges,omitempty"`
Children []*Node `json:"children,omitempty"`
}
Node is a representation of an image stream inside a tree
String helps in dumping a tree in AST format
Source Files
¶
Click to show internal directories.
Click to hide internal directories.