Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DeploymentConfigNodeKind = reflect.TypeOf(appsv1.DeploymentConfig{}).Name()
)
Functions ¶
func DeploymentConfigNodeName ¶
func DeploymentConfigNodeName(o *appsv1.DeploymentConfig) osgraph.UniqueName
Types ¶
type DeploymentConfigNode ¶
type DeploymentConfigNode struct {
osgraph.Node
DeploymentConfig *appsv1.DeploymentConfig
IsFound bool
}
func EnsureDeploymentConfigNode ¶
func EnsureDeploymentConfigNode(g osgraph.MutableUniqueGraph, dc *appsv1.DeploymentConfig) *DeploymentConfigNode
EnsureDeploymentConfigNode adds the provided deployment config to the graph if it does not exist
func FindOrCreateSyntheticDeploymentConfigNode ¶
func FindOrCreateSyntheticDeploymentConfigNode(g osgraph.MutableUniqueGraph, dc *appsv1.DeploymentConfig) *DeploymentConfigNode
Click to show internal directories.
Click to hide internal directories.