 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var (
	DeploymentConfigNodeKind = reflect.TypeOf(deployapi.DeploymentConfig{}).Name()
)
    Functions ¶
func DeploymentConfigNodeName ¶
func DeploymentConfigNodeName(o *deployapi.DeploymentConfig) osgraph.UniqueName
Types ¶
type DeploymentConfigNode ¶
type DeploymentConfigNode struct {
	osgraph.Node
	*deployapi.DeploymentConfig
}
    func EnsureDeploymentConfigNode ¶
func EnsureDeploymentConfigNode(g osgraph.MutableUniqueGraph, dc *depoyapi.DeploymentConfig) *DeploymentConfigNode
EnsureDeploymentConfigNode adds the provided deployment config to the graph if it does not exist
func (*DeploymentConfigNode) Kind ¶
func (*DeploymentConfigNode) Kind() string
func (DeploymentConfigNode) Object ¶
func (n DeploymentConfigNode) Object() interface{}
func (DeploymentConfigNode) ResourceString ¶ added in v1.0.2
func (n DeploymentConfigNode) ResourceString() string
func (DeploymentConfigNode) String ¶
func (n DeploymentConfigNode) String() string
       Source Files
      ¶
      Source Files
      ¶
    
- nodes.go
- types.go
 Click to show internal directories. 
   Click to hide internal directories.