Skip to content

Commit baeeeea

Browse files
committed
docs: generate crds with new comments
1 parent 7f04a76 commit baeeeea

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
@@ -13331,11 +13336,16 @@ spec:
1333113336
primary instance.
1333213337
properties:
1333313338
externalTrafficPolicy:
13334-
description: Service External Traffic Policy Type string
13339+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
13340+
enum:
13341+
- Cluster
13342+
- Local
1333513343
type: string
1333613344
internalTrafficPolicy:
13337-
description: ServiceInternalTrafficPolicyType describes the type
13338-
of traffic routing for internal traffic
13345+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
13346+
enum:
13347+
- Cluster
13348+
- Local
1333913349
type: string
1334013350
metadata:
1334113351
description: Metadata contains metadata for custom resources
@@ -14808,11 +14818,16 @@ spec:
1480814818
description: Specification of the service that exposes pgAdmin.
1480914819
properties:
1481014820
externalTrafficPolicy:
14811-
description: Service External Traffic Policy Type string
14821+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
14822+
enum:
14823+
- Cluster
14824+
- Local
1481214825
type: string
1481314826
internalTrafficPolicy:
14814-
description: ServiceInternalTrafficPolicyType describes
14815-
the type of traffic routing for internal traffic
14827+
description: 'More info: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-policies'
14828+
enum:
14829+
- Cluster
14830+
- Local
1481614831
type: string
1481714832
metadata:
1481814833
description: Metadata contains metadata for custom resources

0 commit comments

Comments
 (0)