Skip to content

Commit

Permalink
Update function name
Browse files Browse the repository at this point in the history
Signed-off-by: Md. Ishtiaq Islam <[email protected]>
  • Loading branch information
ishtiaqhimel committed Nov 27, 2024
1 parent 0a29a79 commit 58157ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/crds/backupverifier/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ metadata:
resourceVersion: "28771"
uid: 052b6035-4e16-4864-a3ab-bc0aa2bf1825
spec:
function: script-verification
function: kubedbverifier
restoreOption:
addonInfo:
name: mysql-addon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metadata:
name: mysql-query-verifier
namespace: demo
spec:
function: query-verification
function: kubedbverifier
restoreOption:
target:
apiGroup: kubedb.com
Expand Down Expand Up @@ -252,7 +252,7 @@ metadata:
name: mysql-script-verifier
namespace: demo
spec:
function: script-verification
function: kubedbverifier
restoreOption:
target:
apiGroup: kubedb.com
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/backup-verification/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The backup process consists of the following steps:

3. KubeStash operator watches for `BackupStorage` custom resources. When it finds a `BackupStorage` object, it initializes the `BackupStorage` by uploading the `metadata.yaml` file into the target storage.

4. Then, she creates a `BackupConfiguration` custom resource that specifies the targeted application, the Addon info with a specified task, etc. It also provides information about one or more repositories, each indicating a path and a `BackupStorage` for storing the backed-up data. Each repository refers to `BackupVerifier` which contains the configuration for verification.
4. Then, she creates a `BackupConfiguration` custom resource that specifies the targeted application, the Addon info with a specified task, etc. It also provides information about one or more repositories, each indicating a path and a `BackupStorage` for storing the backed-up data. Then, she creates a `BackupVerifier` custom resource and each repository refers to `BackupVerifier` which contains the configuration for verification.

5. KubeStash operator watches for `BackupConfiguration` objects.

Expand Down

0 comments on commit 58157ea

Please sign in to comment.