@@ -8193,8 +8193,11 @@ spec:
8193
8193
- port
8194
8194
type: object
8195
8195
tcpSocket:
8196
- description: TCPSocket specifies an action involving
8197
- a TCP port. TCP hooks not yet supported
8196
+ description: Deprecated. TCPSocket is NOT supported
8197
+ as a LifecycleHandler and kept for the backward
8198
+ compatibility. There are no validation of this
8199
+ field and lifecycle hooks will fail in runtime
8200
+ when tcp handler is specified.
8198
8201
properties:
8199
8202
host:
8200
8203
description: 'Optional: Host name to connect
@@ -8293,8 +8296,11 @@ spec:
8293
8296
- port
8294
8297
type: object
8295
8298
tcpSocket:
8296
- description: TCPSocket specifies an action involving
8297
- a TCP port. TCP hooks not yet supported
8299
+ description: Deprecated. TCPSocket is NOT supported
8300
+ as a LifecycleHandler and kept for the backward
8301
+ compatibility. There are no validation of this
8302
+ field and lifecycle hooks will fail in runtime
8303
+ when tcp handler is specified.
8298
8304
properties:
8299
8305
host:
8300
8306
description: 'Optional: Host name to connect
@@ -8427,7 +8433,7 @@ spec:
8427
8433
type: integer
8428
8434
tcpSocket:
8429
8435
description: TCPSocket specifies an action involving
8430
- a TCP port. TCP hooks not yet supported
8436
+ a TCP port.
8431
8437
properties:
8432
8438
host:
8433
8439
description: 'Optional: Host name to connect to,
@@ -8637,7 +8643,7 @@ spec:
8637
8643
type: integer
8638
8644
tcpSocket:
8639
8645
description: TCPSocket specifies an action involving
8640
- a TCP port. TCP hooks not yet supported
8646
+ a TCP port.
8641
8647
properties:
8642
8648
host:
8643
8649
description: 'Optional: Host name to connect to,
@@ -9008,7 +9014,7 @@ spec:
9008
9014
type: integer
9009
9015
tcpSocket:
9010
9016
description: TCPSocket specifies an action involving
9011
- a TCP port. TCP hooks not yet supported
9017
+ a TCP port.
9012
9018
properties:
9013
9019
host:
9014
9020
description: 'Optional: Host name to connect to,
@@ -9839,10 +9845,10 @@ spec:
9839
9845
configuration:
9840
9846
description: 'Projected volumes containing custom PostgreSQL
9841
9847
Exporter configuration. Currently supports the customization
9842
- of PostgreSQL Exporter queries. If a "queries.yaml"
9843
- file is detected in any volume projected using this
9844
- field, it will be loaded using the "extend.query-path"
9845
- flag: https://github.com/prometheus-community/postgres_exporter#flags
9848
+ of PostgreSQL Exporter queries. If a "queries.yml" file
9849
+ is detected in any volume projected using this field,
9850
+ it will be loaded using the "extend.query-path" flag:
9851
+ https://github.com/prometheus-community/postgres_exporter#flags
9846
9852
Changing the values of field causes PostgreSQL and the
9847
9853
exporter to restart.'
9848
9854
items:
@@ -10085,6 +10091,60 @@ spec:
10085
10091
type: object
10086
10092
type: object
10087
10093
type: array
10094
+ customTLSSecret:
10095
+ description: Projected secret containing custom TLS certificates
10096
+ to encrypt output from the exporter web server
10097
+ properties:
10098
+ items:
10099
+ description: items if unspecified, each key-value
10100
+ pair in the Data field of the referenced Secret
10101
+ will be projected into the volume as a file whose
10102
+ name is the key and content is the value. If specified,
10103
+ the listed keys will be projected into the specified
10104
+ paths, and unlisted keys will not be present. If
10105
+ a key is specified which is not present in the Secret,
10106
+ the volume setup will error unless it is marked
10107
+ optional. Paths must be relative and may not contain
10108
+ the '..' path or start with '..'.
10109
+ items:
10110
+ description: Maps a string key to a path within
10111
+ a volume.
10112
+ properties:
10113
+ key:
10114
+ description: key is the key to project.
10115
+ type: string
10116
+ mode:
10117
+ description: 'mode is Optional: mode bits used
10118
+ to set permissions on this file. Must be an
10119
+ octal value between 0000 and 0777 or a decimal
10120
+ value between 0 and 511. YAML accepts both
10121
+ octal and decimal values, JSON requires decimal
10122
+ values for mode bits. If not specified, the
10123
+ volume defaultMode will be used. This might
10124
+ be in conflict with other options that affect
10125
+ the file mode, like fsGroup, and the result
10126
+ can be other mode bits set.'
10127
+ format: int32
10128
+ type: integer
10129
+ path:
10130
+ description: path is the relative path of the
10131
+ file to map the key to. May not be an absolute
10132
+ path. May not contain the path element '..'.
10133
+ May not start with the string '..'.
10134
+ type: string
10135
+ required:
10136
+ - key
10137
+ - path
10138
+ type: object
10139
+ type: array
10140
+ name:
10141
+ description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
10142
+ type: string
10143
+ optional:
10144
+ description: optional field specify whether the Secret
10145
+ or its key must be defined
10146
+ type: boolean
10147
+ type: object
10088
10148
image:
10089
10149
description: The image name to use for crunchy-postgres-exporter
10090
10150
containers. The image may also be set using the RELATED_IMAGE_PGEXPORTER
@@ -11670,8 +11730,11 @@ spec:
11670
11730
- port
11671
11731
type: object
11672
11732
tcpSocket:
11673
- description: TCPSocket specifies an action involving
11674
- a TCP port. TCP hooks not yet supported
11733
+ description: Deprecated. TCPSocket is NOT supported
11734
+ as a LifecycleHandler and kept for the backward
11735
+ compatibility. There are no validation of
11736
+ this field and lifecycle hooks will fail in
11737
+ runtime when tcp handler is specified.
11675
11738
properties:
11676
11739
host:
11677
11740
description: 'Optional: Host name to connect
@@ -11771,8 +11834,11 @@ spec:
11771
11834
- port
11772
11835
type: object
11773
11836
tcpSocket:
11774
- description: TCPSocket specifies an action involving
11775
- a TCP port. TCP hooks not yet supported
11837
+ description: Deprecated. TCPSocket is NOT supported
11838
+ as a LifecycleHandler and kept for the backward
11839
+ compatibility. There are no validation of
11840
+ this field and lifecycle hooks will fail in
11841
+ runtime when tcp handler is specified.
11776
11842
properties:
11777
11843
host:
11778
11844
description: 'Optional: Host name to connect
@@ -11906,7 +11972,7 @@ spec:
11906
11972
type: integer
11907
11973
tcpSocket:
11908
11974
description: TCPSocket specifies an action involving
11909
- a TCP port. TCP hooks not yet supported
11975
+ a TCP port.
11910
11976
properties:
11911
11977
host:
11912
11978
description: 'Optional: Host name to connect
@@ -12118,7 +12184,7 @@ spec:
12118
12184
type: integer
12119
12185
tcpSocket:
12120
12186
description: TCPSocket specifies an action involving
12121
- a TCP port. TCP hooks not yet supported
12187
+ a TCP port.
12122
12188
properties:
12123
12189
host:
12124
12190
description: 'Optional: Host name to connect
@@ -12496,7 +12562,7 @@ spec:
12496
12562
type: integer
12497
12563
tcpSocket:
12498
12564
description: TCPSocket specifies an action involving
12499
- a TCP port. TCP hooks not yet supported
12565
+ a TCP port.
12500
12566
properties:
12501
12567
host:
12502
12568
description: 'Optional: Host name to connect
0 commit comments