From de4dad34550abe5306fe75aa67826a4e8508bf9c Mon Sep 17 00:00:00 2001 From: Ryan B <197610600+rb-kurrent@users.noreply.github.com> Date: Fri, 8 Aug 2025 15:47:29 -0600 Subject: [PATCH] broken links and typos The links for SecretKeySelector were actually for Secret. Also the fields Tolerations and TopologySpreadConstraints were capitalized when they shouldn't have been. --- .../v1.0.0/getting-started/resource-types.md | 2 +- .../v1.1.0/getting-started/resource-types.md | 6 +++--- .../v1.2.0/getting-started/resource-types.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md b/docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md index 66633617d..956ba0fe1 100644 --- a/docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md +++ b/docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md @@ -23,7 +23,7 @@ This resource type is used to define a database deployment. | `configuration` _yaml_ | No | Additional configuration to use with the database | | `sourceBackup` _string_ | No | Backup name to restore a cluster from | | `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. | -| `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 | +| `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 | #### KurrentDbNetwork diff --git a/docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md b/docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md index b68a247da..730488a61 100644 --- a/docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md +++ b/docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md @@ -23,7 +23,7 @@ This resource type is used to define a database deployment. | `configuration` _yaml_ | No | Additional configuration to use with the database | | `sourceBackup` _string_ | No | Backup name to restore a cluster from | | `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. | -| `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 | +| `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 | | `constraints` _[KurrentDBConstraints](#kurrentdbconstraints)_ | No | Scheduling constraints for the Kurrent DB pod. | | `readOnlyReplias` _[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_ | No | Read-only replica configuration the Kurrent DB Cluster. | @@ -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. | | `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. | -| `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. | -| `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. | +| `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. | +| `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. | #### KurrentDBNetwork diff --git a/docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md b/docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md index 6623e3b69..b07fad87b 100644 --- a/docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md +++ b/docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md @@ -23,7 +23,7 @@ This resource type is used to define a database deployment. | `configuration` _yaml_ | No | Additional configuration to use with the database | | `sourceBackup` _string_ | No | Backup name to restore a cluster from | | `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. | -| `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 | +| `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 | | `constraints` _[KurrentDBConstraints](#kurrentdbconstraints)_ | No | Scheduling constraints for the Kurrent DB pod. | | `readOnlyReplias` _[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_ | No | Read-only replica configuration the Kurrent DB Cluster. | @@ -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. | | `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. | -| `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. | -| `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. | +| `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. | +| `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. | #### KurrentDBNetwork