Skip to content

Commit

Permalink
Restored examples-generated/dataprotection/v1beta1/backuppolicykubern…
Browse files Browse the repository at this point in the history
…etescluster.yaml to the generated version

Adds an rg name more unique to the use case
Adds a backup vault name more specific to the use case
Adds a k8s backup policy name more specific to the use case
Co-authored-by: Fatih Türken <[email protected]>
Signed-off-by: drew0ps <[email protected]>
  • Loading branch information
drew0ps committed Aug 29, 2024
1 parent 066d9fe commit 3d67acc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,22 @@ metadata:
name: example
spec:
forProvider:
backupRepeatingTimeIntervals:
- R/2021-05-23T02:30:00+00:00/P1W
default_retention_duration: P4M
defaultRetentionRule:
lifeCycle:
- lifeCycle:
- dataStoreType: OperationalStore
duration: P14D
backupRepeatingTimeIntervals:
- R/2021-05-23T02:35:00+00:00/P1W
duration: P7D
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
retentionRule:
- criteria:
absoluteCriteria: FirstOfDay
- absoluteCriteria: FirstOfDay
lifeCycle:
- dataStoreType: OperationalStore
duration: P84D
name: Daily
priority: 25
timeZone: India Standard Time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
meta.upbound.io/example-id: dataprotection/v1beta1/backuppolicykubernetescluster
labels:
testing.upbound.io/example-name: example
name: example
name: example-bpkc
spec:
forProvider:
defaultRetentionRule:
Expand Down Expand Up @@ -36,7 +36,7 @@ metadata:
meta.upbound.io/example-id: dataprotection/v1beta1/backuppolicykubernetescluster
labels:
testing.upbound.io/example-name: example
name: example
name: example-bv-bpkc
spec:
forProvider:
datastoreType: VaultStore
Expand All @@ -55,7 +55,7 @@ metadata:
meta.upbound.io/example-id: dataprotection/v1beta1/backuppolicykubernetescluster
labels:
testing.upbound.io/example-name: example
name: example
name: example-rg-bpkc
spec:
forProvider:
location: West Europe

0 comments on commit 3d67acc

Please sign in to comment.