Documentation ¶
Index ¶
- func NewCmdRetry(o *options.ArgoRolloutsOptions) *cobra.Command
- func NewCmdRetryExperiment(o *options.ArgoRolloutsOptions) *cobra.Command
- func NewCmdRetryRollout(o *options.ArgoRolloutsOptions) *cobra.Command
- func RetryExperiment(experimentIf clientset.ExperimentInterface, name string) (*v1alpha1.Experiment, error)
- func RetryRollout(rolloutIf clientset.RolloutInterface, name string) (*v1alpha1.Rollout, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRetry ¶
func NewCmdRetry(o *options.ArgoRolloutsOptions) *cobra.Command
NewCmdRetry returns a new instance of an `argo rollouts retry` command
func NewCmdRetryExperiment ¶
func NewCmdRetryExperiment(o *options.ArgoRolloutsOptions) *cobra.Command
NewCmdRetryExperiment returns a new instance of an `argo rollouts retry experiment` command
func NewCmdRetryRollout ¶
func NewCmdRetryRollout(o *options.ArgoRolloutsOptions) *cobra.Command
NewCmdRetryRollout returns a new instance of an `argo rollouts retry rollout` command
func RetryExperiment ¶ added in v0.9.1
func RetryExperiment(experimentIf clientset.ExperimentInterface, name string) (*v1alpha1.Experiment, error)
RetryExperiment retries an experiment after it's been aborted
func RetryRollout ¶ added in v0.9.1
RetryRollout retries a rollout after it's been aborted
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.