-
Notifications
You must be signed in to change notification settings - Fork 0
/
actions.yaml
45 lines (45 loc) · 1.29 KB
/
actions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
list-versions:
description: List Storage Versions supported by this charm
list-resources:
description: List Storage Resources of configured version
params:
controller:
type: string
default: ""
description: |
Filter list based on "storage" manifests.
resources:
type: string
default: ""
description: |
Space separated list of kubernetes resource types to filter list result
scrub-resources:
description: Remove deployments other than the current one
params:
controller:
type: string
default: ""
description: |
Filter list based on "storage" manifests.
resources:
type: string
default: ""
description: |
Space separated list of kubernetes resource types to filter scrubbing
sync-resources:
description: |
Add kubernetes resources which should be created by this charm which aren't
present within the cluster.
params:
controller:
type: string
default: ""
description: |
Filter list based on "storage" manifests.
resources:
type: string
default: ""
description: |
Space separated list of kubernetes resource types
to use a filter during the sync. This helps limit
which missing resources are applied.