1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Adds suspend and resume all cmd

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2021-04-27 09:03:37 +01:00
parent 68074d3543
commit 12a2100fcf
48 changed files with 210 additions and 29 deletions

View File

@@ -12,6 +12,7 @@ The resume sub-commands resume a suspended resource.
### Options
```
--all suspend all resources in that namespace
-h, --help help for resume
```

View File

@@ -30,6 +30,7 @@ flux resume alert [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -30,6 +30,7 @@ flux resume helmrelease [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -18,6 +18,7 @@ The resume image sub-commands resume suspended image automation objects.
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux resume image repository [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux resume image update [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -30,6 +30,7 @@ flux resume kustomization [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -30,6 +30,7 @@ flux resume receiver [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -18,6 +18,7 @@ The resume sub-commands resume a suspended source.
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux resume source bucket [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux resume source chart [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux resume source git [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux resume source helm [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -12,6 +12,7 @@ The suspend sub-commands suspend the reconciliation of a resource.
### Options
```
--all suspend all resources in that namespace
-h, --help help for suspend
```

View File

@@ -29,6 +29,7 @@ flux suspend alert [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend helmrelease [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -18,6 +18,7 @@ The suspend image sub-commands suspend the reconciliation of an image automation
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend image repository [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend image update [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend kustomization [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend receiver [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -18,6 +18,7 @@ The suspend sub-commands suspend the reconciliation of a source.
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend source bucket [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend source chart [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend source git [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")

View File

@@ -29,6 +29,7 @@ flux suspend source helm [name] [flags]
### Options inherited from parent commands
```
--all suspend all resources in that namespace
--context string kubernetes context to use
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")