From ddfe34803869bef7b9e39125af02b48cba0df26d Mon Sep 17 00:00:00 2001 From: devOpsHelm Date: Mon, 15 Apr 2024 15:13:16 +0000 Subject: [PATCH] Update API reference doc --- docs/modules/ROOT/pages/api-ref.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/api-ref.adoc b/docs/modules/ROOT/pages/api-ref.adoc index 2bda5081..4ab26817 100644 --- a/docs/modules/ROOT/pages/api-ref.adoc +++ b/docs/modules/ROOT/pages/api-ref.adoc @@ -213,7 +213,7 @@ m| wan |   m| []<> | false | - |=== | Field | Description | Type | Required | Default m| repository | Repository to pull Hazelcast Platform Operator Agent(https://github.com/hazelcast/platform-operator-agent) m| string | false | "docker.io/hazelcast/platform-operator-agent" -m| version | Version of Hazelcast Platform Operator Agent. m| string | false | "0.1.24" +m| version | Version of Hazelcast Platform Operator Agent. m| string | false | "0.1.26" m| resources | Compute Resources required by the Agent container. m| *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#resourcerequirements-v1-core[corev1.ResourceRequirements] | false | - |=== @@ -284,7 +284,6 @@ CPSubsystem contains the configuration of a component of a Hazelcast that builds [cols="4,8,4,2,4"options="header"] |=== | Field | Description | Type | Required | Default -m| groupSize | GroupSize is the number of CP members to participate in each CP group. Allowed values are 3, 5, and 7. m| *int32 | false | - m| sessionTTLSeconds | SessionTTLSeconds is the duration for a CP session to be kept alive after the last received heartbeat. Must be greater than or equal to SessionHeartbeatIntervalSeconds and smaller than or equal to MissingCpMemberAutoRemovalSeconds. m| *int32 | false | - m| sessionHeartbeatIntervalSeconds | SessionHeartbeatIntervalSeconds Interval in seconds for the periodically committed CP session heartbeats. Must be smaller than SessionTTLSeconds. m| *int32 | false | - m| missingCpMemberAutoRemovalSeconds | MissingCpMemberAutoRemovalSeconds is the duration in seconds to wait before automatically removing a missing CP member from the CP Subsystem. m| *int32 | false | - @@ -748,7 +747,7 @@ m| clusterName | Name of the Hazelcast cluster. m| string | false | "dev" m| scheduling | Scheduling details m| *<> | false | - m| resources | Compute Resources required by the Hazelcast container. m| *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#resourcerequirements-v1-core[corev1.ResourceRequirements] | false | - m| persistence | Persistence configuration m| *<> | false | - -m| agent | B&R Agent configurations m| <> | false | {repository: "docker.io/hazelcast/platform-operator-agent", version: "0.1.24"} +m| agent | B&R Agent configurations m| <> | false | {repository: "docker.io/hazelcast/platform-operator-agent", version: "0.1.26"} m| jet | Jet Engine configuration m| *<> | false | {enabled: true, resourceUploadEnabled: false} m| userCodeDeployment | User Codes to Download into CLASSPATH m| *<> | false | - m| executorServices | Java Executor Service configurations, see https://docs.hazelcast.com/hazelcast/latest/computing/executor-service m| []<> | false | -