 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func BuildConfigNodeName ¶
func BuildConfigNodeName(o *buildapi.BuildConfig) osgraph.UniqueName
func BuildNodeName ¶
func BuildNodeName(o *buildapi.Build) osgraph.UniqueName
func SourceRepositoryNodeName ¶
func SourceRepositoryNodeName(source buildapi.BuildSource) osgraph.UniqueName
Types ¶
type BuildConfigNode ¶
type BuildConfigNode struct {
	osgraph.Node
	*buildapi.BuildConfig
}
    func EnsureBuildConfigNode ¶
func EnsureBuildConfigNode(g osgraph.MutableUniqueGraph, config *buildapi.BuildConfig) *BuildConfigNode
EnsureBuildConfigNode adds a graph node for the specific build config if it does not exist
func (*BuildConfigNode) Kind ¶
func (*BuildConfigNode) Kind() string
func (BuildConfigNode) Object ¶
func (n BuildConfigNode) Object() interface{}
func (BuildConfigNode) ResourceString ¶ added in v1.0.2
func (n BuildConfigNode) ResourceString() string
func (BuildConfigNode) String ¶
func (n BuildConfigNode) String() string
type BuildNode ¶
type SourceRepositoryNode ¶
type SourceRepositoryNode struct {
	osgraph.Node
	Source buildapi.BuildSource
}
    func EnsureSourceRepositoryNode ¶
func EnsureSourceRepositoryNode(g osgraph.MutableUniqueGraph, source buildapi.BuildSource) *SourceRepositoryNode
EnsureSourceRepositoryNode adds the specific BuildSource to the graph if it does not already exist.
func (SourceRepositoryNode) Kind ¶
func (SourceRepositoryNode) Kind() string
func (SourceRepositoryNode) String ¶
func (n SourceRepositoryNode) String() string
       Source Files
      ¶
      Source Files
      ¶
    
- nodes.go
- types.go
 Click to show internal directories. 
   Click to hide internal directories.