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
The links for SecretKeySelector were actually for Secret.
Also the fields Tolerations and TopologySpreadConstraints were
capitalized when they shouldn't have been.
Copy file name to clipboardExpand all lines: docs/server/kubernetes-operator/v1.0.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
@@ -23,7 +23,7 @@ This resource type is used to define a database deployment.
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
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
-
|`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 |
26
+
|`licenseSecret`_[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secretkeyselector-v1-core)_| No | A secret that contains the Enterprise license for the database |
Copy file name to clipboardExpand all lines: docs/server/kubernetes-operator/v1.1.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
@@ -23,7 +23,7 @@ This resource type is used to define a database deployment.
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
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
-
|`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 |
26
+
|`licenseSecret`_[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secretkeyselector-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. |
29
29
@@ -45,8 +45,8 @@ Other than `replicas`, each of the fields in `KurrentDBReadOnlyReplicasSpec` def
|`nodeSelector`_yaml_| No | Identifies nodes that the Kurrent DB may consider during scheduling. |
47
47
|`affinity`_[Affinity](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#affinity-v1-core)_| No | The node affinity, pod affinity, and pod anti-affinity for scheduling the Kurrent DB pod. |
48
-
|`Tolerations`_list of [Toleration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#toleration-v1-core)_| No | The tolerations for scheduling the Kurrent DB pod. |
49
-
|`TopologySpreadConstraints`_list of [TopologySpreadConstraint](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#topologyspreadconstraint-v1-core)_| No | The topology spread constraints for scheduling the Kurrent DB pod. |
48
+
|`tolerations`_list of [Toleration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#toleration-v1-core)_| No | The tolerations for scheduling the Kurrent DB pod. |
49
+
|`topologySpreadConstraints`_list of [TopologySpreadConstraint](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#topologyspreadconstraint-v1-core)_| No | The topology spread constraints for scheduling the Kurrent DB pod. |
Copy file name to clipboardExpand all lines: docs/server/kubernetes-operator/v1.2.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
@@ -23,7 +23,7 @@ This resource type is used to define a database deployment.
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
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
-
|`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 |
26
+
|`licenseSecret`_[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secretkeyselector-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. |
29
29
@@ -45,8 +45,8 @@ Other than `replicas`, each of the fields in `KurrentDBReadOnlyReplicasSpec` def
|`nodeSelector`_yaml_| No | Identifies nodes that the Kurrent DB may consider during scheduling. |
47
47
|`affinity`_[Affinity](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#affinity-v1-core)_| No | The node affinity, pod affinity, and pod anti-affinity for scheduling the Kurrent DB pod. |
48
-
|`Tolerations`_list of [Toleration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#toleration-v1-core)_| No | The tolerations for scheduling the Kurrent DB pod. |
49
-
|`TopologySpreadConstraints`_list of [TopologySpreadConstraint](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#topologyspreadconstraint-v1-core)_| No | The topology spread constraints for scheduling the Kurrent DB pod. |
48
+
|`tolerations`_list of [Toleration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#toleration-v1-core)_| No | The tolerations for scheduling the Kurrent DB pod. |
49
+
|`topologySpreadConstraints`_list of [TopologySpreadConstraint](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#topologyspreadconstraint-v1-core)_| No | The topology spread constraints for scheduling the Kurrent DB pod. |
0 commit comments