From dfdc887c581f36af379251897fa1b764bd47a7a8 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Thu, 19 Oct 2023 15:35:46 +0000 Subject: [PATCH] Fix build warnings - lower-case --- .../1/cloudnative-pg.v1.mdx | 88 +++++++++---------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/product_docs/docs/postgres_for_kubernetes/1/cloudnative-pg.v1.mdx b/product_docs/docs/postgres_for_kubernetes/1/cloudnative-pg.v1.mdx index 5adfd4f53a5..6b0c0049c0c 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/cloudnative-pg.v1.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/cloudnative-pg.v1.mdx @@ -23,15 +23,15 @@ redirects: - - - + + -
FieldDescription
apiVersion [Required]
string
postgresql.k8s.enterprisedb.io/v1
kind [Required]
string
Backup
metadata [Required]
+
apiVersion [Required]
string
postgresql.k8s.enterprisedb.io/v1
kind [Required]
string
Backup
metadata [Required]
meta/v1.ObjectMeta
No description provided.Refer to the Kubernetes API documentation for the fields of the metadata field.
spec [Required]
+
spec [Required]
BackupSpec
@@ -60,15 +60,15 @@ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api- - - - + + -
FieldDescription
apiVersion [Required]
string
postgresql.k8s.enterprisedb.io/v1
kind [Required]
string
Cluster
metadata [Required]
+
apiVersion [Required]
string
postgresql.k8s.enterprisedb.io/v1
kind [Required]
string
Cluster
metadata [Required]
meta/v1.ObjectMeta
No description provided.Refer to the Kubernetes API documentation for the fields of the metadata field.
spec [Required]
+
spec [Required]
ClusterSpec
@@ -97,15 +97,15 @@ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api- - - - + + -
FieldDescription
apiVersion [Required]
string
postgresql.k8s.enterprisedb.io/v1
kind [Required]
string
Pooler
metadata [Required]
+
apiVersion [Required]
string
postgresql.k8s.enterprisedb.io/v1
kind [Required]
string
Pooler
metadata [Required]
meta/v1.ObjectMeta
No description provided.Refer to the Kubernetes API documentation for the fields of the metadata field.
spec [Required]
+
spec [Required]
PoolerSpec
@@ -134,15 +134,15 @@ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api- - - - + + -
FieldDescription
apiVersion [Required]
string
postgresql.k8s.enterprisedb.io/v1
kind [Required]
string
ScheduledBackup
metadata [Required]
+
apiVersion [Required]
string
postgresql.k8s.enterprisedb.io/v1
kind [Required]
string
ScheduledBackup
metadata [Required]
meta/v1.ObjectMeta
No description provided.Refer to the Kubernetes API documentation for the fields of the metadata field.
spec [Required]
+
spec [Required]
ScheduledBackupSpec
@@ -411,14 +411,14 @@ the selected PostgreSQL instance

- -
FieldDescription
name [Required]
+
name [Required]
string

Name is the snapshot resource name

type [Required]
+
type [Required]
string
@@ -496,7 +496,7 @@ errors with certificate issuer and barman-cloud-wal-archive.

- -
FieldDescription
cluster [Required]
+
cluster [Required]
LocalObjectReference
@@ -790,7 +790,7 @@ Useful when using self-signed certificates to avoid errors with certificate issuer and barman-cloud-wal-archive

destinationPath [Required]
+
destinationPath [Required]
string
@@ -1044,7 +1044,7 @@ a physical backup of an existing PostgreSQL cluster

- - - -
FieldDescription
source [Required]
+
source [Required]
string
@@ -1353,7 +1353,7 @@ https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/

The GID of the postgres user inside the image, defaults to 26

instances [Required]
+
instances [Required]
int
@@ -1532,7 +1532,7 @@ https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more information.

ephemeralVolumesSizeLimit [Required]
+
ephemeralVolumesSizeLimit [Required]
EphemeralVolumesSizeLimitConfiguration
@@ -1990,7 +1990,7 @@ the key of a ConfigMap

The name of the secret in the pod's namespace to select from.

key [Required]
+
key [Required]
string
@@ -2094,7 +2094,7 @@ PostgreSQL cluster from an existing storage

-
FieldDescription
storage [Required]
+
storage [Required]
core/v1.TypedLocalObjectReference
@@ -2210,14 +2210,14 @@ storage

- -
FieldDescription
shm [Required]
+
shm [Required]
k8s.io/apimachinery/pkg/api/resource.Quantity

Shm is the size limit of the shared memory volume

temporaryData [Required]
+
temporaryData [Required]
k8s.io/apimachinery/pkg/api/resource.Quantity
@@ -2241,7 +2241,7 @@ external cluster which is used in the other sections of the configuration

-
FieldDescription
name [Required]
+
name [Required]
string
@@ -2341,21 +2341,21 @@ default to false.

- - -
FieldDescription
source [Required]
+
source [Required]
ImportSource

The source of the import

type [Required]
+
type [Required]
SnapshotType

The import type. Can be microservice or monolith.

databases [Required]
+
databases [Required]
[]string
@@ -2402,7 +2402,7 @@ database right after is imported - to be used with extreme care -
FieldDescription
externalCluster [Required]
+
externalCluster [Required]
string
@@ -2455,7 +2455,7 @@ database right after is imported - to be used with extreme care -
FieldDescription
isPrimary [Required]
+
isPrimary [Required]
bool
@@ -2661,7 +2661,7 @@ local object with a known type inside the same namespace

-
FieldDescription
name [Required]
+
name [Required]
string
@@ -3169,7 +3169,7 @@ part for now.

- -
FieldDescription
cluster [Required]
+
cluster [Required]
LocalObjectReference
@@ -3198,7 +3198,7 @@ Pooler name should never match with any cluster name within the same namespace.<

The template of the Pod to be created

pgbouncer [Required]
+
pgbouncer [Required]
PgBouncerSpec
@@ -3485,14 +3485,14 @@ cluster

- -
FieldDescription
source [Required]
+
source [Required]
string

The name of the external cluster which is the replication origin

enabled [Required]
+
enabled [Required]
bool
@@ -3599,7 +3599,7 @@ Reference: https://www.postgresql.org/docs/current/sql-createrole.html

- - - -
FieldDescription
name [Required]
+
name [Required]
string
@@ -3816,7 +3816,7 @@ files to S3. It can be provided in two alternative ways:

If the first backup has to be immediately start after creation or not

schedule [Required]
+
schedule [Required]
string
@@ -3825,7 +3825,7 @@ as it includes an additional seconds specifier, see https://pkg.go.dev/github.com/robfig/cron#hdr-CRON_Expression_Format

cluster [Required]
+
cluster [Required]
LocalObjectReference
@@ -3939,7 +3939,7 @@ the key of a Secret

The name of the secret in the pod's namespace to select from.

key [Required]
+
key [Required]
string
@@ -4082,7 +4082,7 @@ Map keys are the secret names, map values are the versions

- -
FieldDescription
metadata [Required]
+
metadata [Required]
Metadata
@@ -4190,7 +4190,7 @@ if all the labels values match.

A list of node labels values to extract and compare to evaluate if the pods reside in the same topology or not

enabled [Required]
+
enabled [Required]
bool