Skip to content

Commit c3bda0b

Browse files
baptman21jmckulk
authored andcommitted
Regenerate the crds with new comments
Update the type and comment that link the docs. Made with the `make generate-crds`.
1 parent 0a9eefc commit c3bda0b

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

+24-9
Original file line numberDiff line numberDiff line change
@@ -13061,11 +13061,16 @@ spec:
1306113061
description: Specification of the service that exposes PgBouncer.
1306213062
properties:
1306313063
externalTrafficPolicy:
13064-
description: Service External Traffic Policy Type string
13064+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
13065+
enum:
13066+
- Cluster
13067+
- Local
1306513068
type: string
1306613069
internalTrafficPolicy:
13067-
description: ServiceInternalTrafficPolicyType describes
13068-
the type of traffic routing for internal traffic
13070+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
13071+
enum:
13072+
- Cluster
13073+
- Local
1306913074
type: string
1307013075
metadata:
1307113076
description: Metadata contains metadata for custom resources
@@ -13363,11 +13368,16 @@ spec:
1336313368
primary instance.
1336413369
properties:
1336513370
externalTrafficPolicy:
13366-
description: Service External Traffic Policy Type string
13371+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
13372+
enum:
13373+
- Cluster
13374+
- Local
1336713375
type: string
1336813376
internalTrafficPolicy:
13369-
description: ServiceInternalTrafficPolicyType describes the type
13370-
of traffic routing for internal traffic
13377+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
13378+
enum:
13379+
- Cluster
13380+
- Local
1337113381
type: string
1337213382
metadata:
1337313383
description: Metadata contains metadata for custom resources
@@ -14840,11 +14850,16 @@ spec:
1484014850
description: Specification of the service that exposes pgAdmin.
1484114851
properties:
1484214852
externalTrafficPolicy:
14843-
description: Service External Traffic Policy Type string
14853+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
14854+
enum:
14855+
- Cluster
14856+
- Local
1484414857
type: string
1484514858
internalTrafficPolicy:
14846-
description: ServiceInternalTrafficPolicyType describes
14847-
the type of traffic routing for internal traffic
14859+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
14860+
enum:
14861+
- Cluster
14862+
- Local
1484814863
type: string
1484914864
metadata:
1485014865
description: Metadata contains metadata for custom resources

0 commit comments

Comments
 (0)