Documentation ¶
Index ¶
- Constants
- func DeploymentConfigLocator(ctx model.SessionContext, ref *model.Ref) bool
- func DeploymentConfigManipulator(engine template.Engine) model.Manipulator
- func DeploymentConfigMutator(engine template.Engine) model.Mutator
- func DeploymentConfigRevertor(ctx model.SessionContext, ref *model.Ref) error
Constants ¶
View Source
const (
// DeploymentConfigKind is the k8s Kind for a openshift DeploymentConfig
DeploymentConfigKind = "DeploymentConfig"
)
Variables ¶
This section is empty.
Functions ¶
func DeploymentConfigLocator ¶
func DeploymentConfigLocator(ctx model.SessionContext, ref *model.Ref) bool
DeploymentConfigLocator attempts to locate a DeploymentConfig kind based on Ref name.
func DeploymentConfigManipulator ¶ added in v0.0.8
func DeploymentConfigManipulator(engine template.Engine) model.Manipulator
DeploymentConfigManipulator represents a model.Manipulator implementation for handling DeploymentConfig objects.
func DeploymentConfigMutator ¶
DeploymentConfigMutator attempts to clone the located DeploymentConfig.
func DeploymentConfigRevertor ¶
func DeploymentConfigRevertor(ctx model.SessionContext, ref *model.Ref) error
DeploymentConfigRevertor attempts to delete the cloned DeploymentConfig.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.