You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This resource type is used to define a database deployment.
22
22
|`network`_[KurrentDbNetwork](#kurrentdbnetwork)_| Yes | Defines the network configuration to use with the database |
23
23
|`configuration`_yaml_| No | Additional configuration to use with the database |
24
24
|`sourceBackup`_string_| No | Backup name to restore a cluster from |
25
-
|`security`_[KurrentDbSecurity](#kurrentdbecurity)_| No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. |
25
+
|`security`_[KurrentDbSecurity](#kurrentdbsecurity)_| No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. |
26
26
|`licenseSecret`_[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secret-v1-core)_| No | A secret that contains the Enterprise license for the database |
27
27
28
28
#### KurrentDbNetwork
@@ -59,7 +59,7 @@ This resource type is used to define a database deployment.
59
59
60
60
## KurrentDBBackup
61
61
62
-
This resource type is used to define a backup for an existing database deployment.
62
+
This resource type is used to define a backup for an existing database deployment.
63
63
64
64
:::important
65
65
Resources of this type must be created within the same namespace as the target database cluster to backup.
@@ -71,4 +71,4 @@ Resources of this type must be created within the same namespace as the target d
|`clusterName`_string_| Yes | Name of the source database cluster |
73
73
|`nodeName`_string_| No | Specific node name within the database cluster to use as the backup. If this is not specified, the leader will be picked as the source. |
74
-
|`volumeSnapshotClassName`_string_| Yes | The name of the underlying volume snapshot class to use. |
74
+
|`volumeSnapshotClassName`_string_| Yes | The name of the underlying volume snapshot class to use. |
Copy file name to clipboardExpand all lines: docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This resource type is used to define a database deployment.
22
22
|`network`_[KurrentDBNetwork](#kurrentdbnetwork)_| Yes | Defines the network configuration to use with the database |
23
23
|`configuration`_yaml_| No | Additional configuration to use with the database |
24
24
|`sourceBackup`_string_| No | Backup name to restore a cluster from |
25
-
|`security`_[KurrentDBSecurity](#kurrentdbecurity)_| No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. |
25
+
|`security`_[KurrentDBSecurity](#kurrentdbsecurity)_| No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. |
26
26
|`licenseSecret`_[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secret-v1-core)_| No | A secret that contains the Enterprise license for the database |
27
27
|`constraints`_[KurrentDBConstraints](#kurrentdbconstraints)_| No | Scheduling constraints for the Kurrent DB pod. |
28
28
|`readOnlyReplias`_[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_| No | Read-only replica configuration the Kurrent DB Cluster. |
Copy file name to clipboardExpand all lines: docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This resource type is used to define a database deployment.
22
22
|`network`_[KurrentDBNetwork](#kurrentdbnetwork)_| Yes | Defines the network configuration to use with the database |
23
23
|`configuration`_yaml_| No | Additional configuration to use with the database |
24
24
|`sourceBackup`_string_| No | Backup name to restore a cluster from |
25
-
|`security`_[KurrentDBSecurity](#kurrentdbecurity)_| No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. |
25
+
|`security`_[KurrentDBSecurity](#kurrentdbsecurity)_| No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. |
26
26
|`licenseSecret`_[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secret-v1-core)_| No | A secret that contains the Enterprise license for the database |
27
27
|`constraints`_[KurrentDBConstraints](#kurrentdbconstraints)_| No | Scheduling constraints for the Kurrent DB pod. |
28
28
|`readOnlyReplias`_[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_| No | Read-only replica configuration the Kurrent DB Cluster. |
0 commit comments