Skip to content

Commit

Permalink
Update API reference doc
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHelm committed Jan 19, 2024
1 parent 0eb4147 commit 65db99b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/api-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,8 @@ m| tls | Hazelcast TLS configuration m| &#42;<<TLS,TLS>> | false | -
m| serialization | Hazelcast serialization configuration m| &#42;<<SerializationConfig,SerializationConfig>> | false | -
m| customConfigCmName | Name of the ConfigMap with the Hazelcast custom configuration. This configuration from the ConfigMap might be overridden by the Hazelcast CR configuration. m| string | false | -
m| sql | Hazelcast SQL configuration m| &#42;<<SQL,SQL>> | false | -
m| annotations | Hazelcast Kubernetes resource annotations m| map[string]string | false | -
m| labels | Hazelcast Kubernetes resource labels m| map[string]string | false | -
|===
==== Deprecated
[cols="4,8,4,2,4"options="header"]
Expand Down Expand Up @@ -1173,6 +1175,8 @@ m| scheduling | Scheduling details m| &#42;<<SchedulingConfiguration,SchedulingC
m| resources | Compute Resources required by the MC container. m| &#42;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#resourcerequirements-v1-core[corev1.ResourceRequirements] | false | {}
m| jvm | ManagementCenter JVM configuration m| &#42;<<MCJVMConfiguration,MCJVMConfiguration>> | false | -
m| securityProvider | SecurityProviders to authenticate users in Management Center m| &#42;<<SecurityProviders,SecurityProviders>> | false | -
m| annotations | ManagementCenter Kubernetes resource annotations m| map[string]string | false | -
m| labels | ManagementCenter Kubernetes resource labels m| map[string]string | false | -
|===
==== Deprecated
[cols="4,8,4,2,4"options="header"]
Expand Down

0 comments on commit 65db99b

Please sign in to comment.