Skip to content

Commit de4dad3

Browse files
committed
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.
1 parent 4633b47 commit de4dad3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This resource type is used to define a database deployment.
2323
| `configuration` _yaml_ | No | Additional configuration to use with the database |
2424
| `sourceBackup` _string_ | No | Backup name to restore a cluster from |
2525
| `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 |
2727

2828
#### KurrentDbNetwork
2929

docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This resource type is used to define a database deployment.
2323
| `configuration` _yaml_ | No | Additional configuration to use with the database |
2424
| `sourceBackup` _string_ | No | Backup name to restore a cluster from |
2525
| `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 |
2727
| `constraints` _[KurrentDBConstraints](#kurrentdbconstraints)_ | No | Scheduling constraints for the Kurrent DB pod. |
2828
| `readOnlyReplias` _[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_ | No | Read-only replica configuration the Kurrent DB Cluster. |
2929

@@ -45,8 +45,8 @@ Other than `replicas`, each of the fields in `KurrentDBReadOnlyReplicasSpec` def
4545
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-------------------------------------------------------------------------------------------|
4646
| `nodeSelector` _yaml_ | No | Identifies nodes that the Kurrent DB may consider during scheduling. |
4747
| `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. |
5050

5151
#### KurrentDBNetwork
5252

docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This resource type is used to define a database deployment.
2323
| `configuration` _yaml_ | No | Additional configuration to use with the database |
2424
| `sourceBackup` _string_ | No | Backup name to restore a cluster from |
2525
| `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 |
2727
| `constraints` _[KurrentDBConstraints](#kurrentdbconstraints)_ | No | Scheduling constraints for the Kurrent DB pod. |
2828
| `readOnlyReplias` _[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_ | No | Read-only replica configuration the Kurrent DB Cluster. |
2929

@@ -45,8 +45,8 @@ Other than `replicas`, each of the fields in `KurrentDBReadOnlyReplicasSpec` def
4545
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-------------------------------------------------------------------------------------------|
4646
| `nodeSelector` _yaml_ | No | Identifies nodes that the Kurrent DB may consider during scheduling. |
4747
| `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. |
5050

5151
#### KurrentDBNetwork
5252

0 commit comments

Comments
 (0)