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