From 850d00fa256ad74e615c02d3be7ee8e07407195b Mon Sep 17 00:00:00 2001 From: devOpsHelm Date: Thu, 11 Jul 2024 12:18:13 +0000 Subject: [PATCH] Update API reference doc --- docs/modules/ROOT/pages/api-ref.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/api-ref.adoc b/docs/modules/ROOT/pages/api-ref.adoc index 055c544d..bea5cdcb 100644 --- a/docs/modules/ROOT/pages/api-ref.adoc +++ b/docs/modules/ROOT/pages/api-ref.adoc @@ -738,8 +738,7 @@ HazelcastPersistenceConfiguration contains the configuration for Hazelcast Persi [cols="4,8,4,2,4"options="header"] |=== | Field | Description | Type | Required | Default -m| clusterDataRecoveryPolicy | Configuration of the cluster recovery strategy. m| <> | false | "FullRecoveryOnly" -m| startupAction | StartupAction represents the action triggered when the cluster starts to force the cluster startup. m| <> | false | - +m| clusterDataRecoveryPolicy | Configuration of the cluster recovery strategy. m| <> | false | "PartialRecoveryMostComplete" m| dataRecoveryTimeout | DataRecoveryTimeout is timeout for each step of data recovery in seconds. Maximum timeout is equal to DataRecoveryTimeout*2 (for each step: validation and data-load). m| int32 | false | - m| pvc | Configuration of PersistenceVolumeClaim. m| *<> | false | - m| restore | Restore configuration m| <> | false | {} @@ -749,6 +748,7 @@ m| restore | Restore configuration m| <> | false | - |=== <>