|
|
@ -27,7 +27,10 @@ var resumeImageUpdateCmd = &cobra.Command{
|
|
|
|
Short: "Resume a suspended ImageUpdateAutomation",
|
|
|
|
Short: "Resume a suspended ImageUpdateAutomation",
|
|
|
|
Long: `The resume command marks a previously suspended ImageUpdateAutomation resource for reconciliation and waits for it to finish.`,
|
|
|
|
Long: `The resume command marks a previously suspended ImageUpdateAutomation resource for reconciliation and waits for it to finish.`,
|
|
|
|
Example: ` # Resume reconciliation for an existing ImageUpdateAutomation
|
|
|
|
Example: ` # Resume reconciliation for an existing ImageUpdateAutomation
|
|
|
|
flux resume image update latest-images`,
|
|
|
|
flux resume image update latest-images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Resume reconciliation for multiple ImageUpdateAutomations
|
|
|
|
|
|
|
|
flux resume image update latest-images-1 latest-images-2`,
|
|
|
|
ValidArgsFunction: resourceNamesCompletionFunc(autov1.GroupVersion.WithKind(autov1.ImageUpdateAutomationKind)),
|
|
|
|
ValidArgsFunction: resourceNamesCompletionFunc(autov1.GroupVersion.WithKind(autov1.ImageUpdateAutomationKind)),
|
|
|
|
RunE: resumeCommand{
|
|
|
|
RunE: resumeCommand{
|
|
|
|
apiType: imageUpdateAutomationType,
|
|
|
|
apiType: imageUpdateAutomationType,
|
|
|
|