Documentation ¶
Index ¶
- func NewDeployStep(namespaceWatcher watcher.NamespaceWatcher, ...) model.Step
- type DeployStepImplementation
- func (cli *DeployStepImplementation) ErrorMsg(err error) string
- func (cli *DeployStepImplementation) ImplementationForType() pipeline.StepType
- func (cli *DeployStepImplementation) Run(ctx context.Context, pipelineInfo *model.PipelineInfo) error
- func (cli *DeployStepImplementation) SucceededMsg() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeployStep ¶
func NewDeployStep(namespaceWatcher watcher.NamespaceWatcher, radixDeploymentWatcher watcher.RadixDeploymentWatcher) model.Step
NewDeployStep Constructor
Types ¶
type DeployStepImplementation ¶
type DeployStepImplementation struct { model.DefaultStepImplementation // contains filtered or unexported fields }
DeployStepImplementation Step to deploy RD into environment
func (*DeployStepImplementation) ErrorMsg ¶
func (cli *DeployStepImplementation) ErrorMsg(err error) string
ErrorMsg Override of default step method
func (*DeployStepImplementation) ImplementationForType ¶
func (cli *DeployStepImplementation) ImplementationForType() pipeline.StepType
ImplementationForType Override of default step method
func (*DeployStepImplementation) Run ¶
func (cli *DeployStepImplementation) Run(ctx context.Context, pipelineInfo *model.PipelineInfo) error
Run Override of default step method
func (*DeployStepImplementation) SucceededMsg ¶
func (cli *DeployStepImplementation) SucceededMsg() string
SucceededMsg Override of default step method
Click to show internal directories.
Click to hide internal directories.