Skip to content

Commit 687c0e9

Browse files
committed
Update generated code
Closes: #1553
1 parent 6343685 commit 687c0e9

File tree

6 files changed

+169
-1
lines changed

6 files changed

+169
-1
lines changed

apis/repo-manager.pulpproject.org/v1/zz_generated.deepcopy.go

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/manifests/pulp-operator.clusterserviceversion.yaml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ metadata:
6464
capabilities: Full Lifecycle
6565
categories: Integration & Delivery
6666
containerImage: quay.io/pulp/pulp-operator:v1.0.0
67-
createdAt: "2025-11-15T11:04:25Z"
67+
createdAt: "2025-11-24T09:59:39Z"
6868
description: Pulp is a platform for managing repositories of software packages
6969
and making them available to a large number of consumers.
7070
metadata.annotations.support: Community
@@ -260,6 +260,11 @@ spec:
260260
path: api.pdb
261261
x-descriptors:
262262
- urn:alm:descriptor:com.tectonic.ui:hidden
263+
- description: Labels to add to api pods
264+
displayName: Pod Labels
265+
path: api.pod_labels
266+
x-descriptors:
267+
- urn:alm:descriptor:com.tectonic.ui:advanced
263268
- description: Periodic probe of container service readiness. Container will
264269
be removed from service endpoints if the probe fails.
265270
displayName: Readiness Probe
@@ -333,6 +338,11 @@ spec:
333338
path: cache.node_selector
334339
x-descriptors:
335340
- urn:alm:descriptor:com.tectonic.ui:advanced
341+
- description: Labels to add to cache pods
342+
displayName: Pod Labels
343+
path: cache.pod_labels
344+
x-descriptors:
345+
- urn:alm:descriptor:com.tectonic.ui:advanced
336346
- description: PersistenVolumeClaim name that will be used by Redis pods If
337347
defined, the PVC must be provisioned by the user and the operator will only
338348
configure the deployment to use it
@@ -459,6 +469,11 @@ spec:
459469
path: content.pdb
460470
x-descriptors:
461471
- urn:alm:descriptor:com.tectonic.ui:hidden
472+
- description: Labels to add to content pods
473+
displayName: Pod Labels
474+
path: content.pod_labels
475+
x-descriptors:
476+
- urn:alm:descriptor:com.tectonic.ui:advanced
462477
- description: Periodic probe of container service readiness. Container will
463478
be removed from service endpoints if the probe fails.
464479
displayName: Readiness Probe
@@ -528,6 +543,11 @@ spec:
528543
path: database.node_selector
529544
x-descriptors:
530545
- urn:alm:descriptor:com.tectonic.ui:advanced
546+
- description: Labels to add to database pods
547+
displayName: Pod Labels
548+
path: database.pod_labels
549+
x-descriptors:
550+
- urn:alm:descriptor:com.tectonic.ui:advanced
531551
- description: 'Registry path to the PostgreSQL container to use. Default: "/var/lib/postgresql/data/pgdata"'
532552
displayName: Postgres Data Path
533553
path: database.postgres_data_path
@@ -959,6 +979,11 @@ spec:
959979
path: web.pdb
960980
x-descriptors:
961981
- urn:alm:descriptor:com.tectonic.ui:hidden
982+
- description: Labels to add to web pods
983+
displayName: Pod Labels
984+
path: web.pod_labels
985+
x-descriptors:
986+
- urn:alm:descriptor:com.tectonic.ui:advanced
962987
- description: Periodic probe of container service readiness. Container will
963988
be removed from service endpoints if the probe fails.
964989
displayName: Readiness Probe
@@ -1038,6 +1063,11 @@ spec:
10381063
path: worker.pdb
10391064
x-descriptors:
10401065
- urn:alm:descriptor:com.tectonic.ui:hidden
1066+
- description: Labels to add to worker pods
1067+
displayName: Pod Labels
1068+
path: worker.pod_labels
1069+
x-descriptors:
1070+
- urn:alm:descriptor:com.tectonic.ui:advanced
10411071
- description: Periodic probe of container service readiness. Container will
10421072
be removed from service endpoints if the probe fails.
10431073
displayName: Readiness Probe

bundle/manifests/repo-manager.pulpproject.org_pulps.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,11 @@ spec:
19101910
if they encounter an unrecognized policy in this field.
19111911
type: string
19121912
type: object
1913+
pod_labels:
1914+
additionalProperties:
1915+
type: string
1916+
description: Labels to add to api pods
1917+
type: object
19131918
readinessProbe:
19141919
description: |-
19151920
Periodic probe of container service readiness.
@@ -3488,6 +3493,11 @@ spec:
34883493
type: string
34893494
description: NodeSelector for the Pulp pods.
34903495
type: object
3496+
pod_labels:
3497+
additionalProperties:
3498+
type: string
3499+
description: Labels to add to cache pods
3500+
type: object
34913501
pvc:
34923502
description: |-
34933503
PersistenVolumeClaim name that will be used by Redis pods
@@ -5451,6 +5461,11 @@ spec:
54515461
if they encounter an unrecognized policy in this field.
54525462
type: string
54535463
type: object
5464+
pod_labels:
5465+
additionalProperties:
5466+
type: string
5467+
description: Labels to add to content pods
5468+
type: object
54545469
readinessProbe:
54555470
description: |-
54565471
Periodic probe of container service readiness.
@@ -7022,6 +7037,11 @@ spec:
70227037
type: string
70237038
description: NodeSelector for the database pod.
70247039
type: object
7040+
pod_labels:
7041+
additionalProperties:
7042+
type: string
7043+
description: Labels to add to database pods
7044+
type: object
70257045
postgres_data_path:
70267046
description: |-
70277047
Registry path to the PostgreSQL container to use.
@@ -8601,6 +8621,11 @@ spec:
86018621
if they encounter an unrecognized policy in this field.
86028622
type: string
86038623
type: object
8624+
pod_labels:
8625+
additionalProperties:
8626+
type: string
8627+
description: Labels to add to web pods
8628+
type: object
86048629
readinessProbe:
86058630
description: |-
86068631
Periodic probe of container service readiness.
@@ -10503,6 +10528,11 @@ spec:
1050310528
if they encounter an unrecognized policy in this field.
1050410529
type: string
1050510530
type: object
10531+
pod_labels:
10532+
additionalProperties:
10533+
type: string
10534+
description: Labels to add to worker pods
10535+
type: object
1050610536
readinessProbe:
1050710537
description: |-
1050810538
Periodic probe of container service readiness.

config/crd/bases/repo-manager.pulpproject.org_pulps.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,11 @@ spec:
19101910
if they encounter an unrecognized policy in this field.
19111911
type: string
19121912
type: object
1913+
pod_labels:
1914+
additionalProperties:
1915+
type: string
1916+
description: Labels to add to api pods
1917+
type: object
19131918
readinessProbe:
19141919
description: |-
19151920
Periodic probe of container service readiness.
@@ -3488,6 +3493,11 @@ spec:
34883493
type: string
34893494
description: NodeSelector for the Pulp pods.
34903495
type: object
3496+
pod_labels:
3497+
additionalProperties:
3498+
type: string
3499+
description: Labels to add to cache pods
3500+
type: object
34913501
pvc:
34923502
description: |-
34933503
PersistenVolumeClaim name that will be used by Redis pods
@@ -5451,6 +5461,11 @@ spec:
54515461
if they encounter an unrecognized policy in this field.
54525462
type: string
54535463
type: object
5464+
pod_labels:
5465+
additionalProperties:
5466+
type: string
5467+
description: Labels to add to content pods
5468+
type: object
54545469
readinessProbe:
54555470
description: |-
54565471
Periodic probe of container service readiness.
@@ -7022,6 +7037,11 @@ spec:
70227037
type: string
70237038
description: NodeSelector for the database pod.
70247039
type: object
7040+
pod_labels:
7041+
additionalProperties:
7042+
type: string
7043+
description: Labels to add to database pods
7044+
type: object
70257045
postgres_data_path:
70267046
description: |-
70277047
Registry path to the PostgreSQL container to use.
@@ -8601,6 +8621,11 @@ spec:
86018621
if they encounter an unrecognized policy in this field.
86028622
type: string
86038623
type: object
8624+
pod_labels:
8625+
additionalProperties:
8626+
type: string
8627+
description: Labels to add to web pods
8628+
type: object
86048629
readinessProbe:
86058630
description: |-
86068631
Periodic probe of container service readiness.
@@ -10503,6 +10528,11 @@ spec:
1050310528
if they encounter an unrecognized policy in this field.
1050410529
type: string
1050510530
type: object
10531+
pod_labels:
10532+
additionalProperties:
10533+
type: string
10534+
description: Labels to add to worker pods
10535+
type: object
1050610536
readinessProbe:
1050710537
description: |-
1050810538
Periodic probe of container service readiness.

config/manifests/bases/pulp-operator.clusterserviceversion.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ spec:
270270
path: api.pdb
271271
x-descriptors:
272272
- urn:alm:descriptor:com.tectonic.ui:hidden
273+
- description: Labels to add to api pods
274+
displayName: Pod Labels
275+
path: api.pod_labels
276+
x-descriptors:
277+
- urn:alm:descriptor:com.tectonic.ui:advanced
273278
- description: Periodic probe of container service readiness. Container will
274279
be removed from service endpoints if the probe fails.
275280
displayName: Readiness Probe
@@ -343,6 +348,11 @@ spec:
343348
path: cache.node_selector
344349
x-descriptors:
345350
- urn:alm:descriptor:com.tectonic.ui:advanced
351+
- description: Labels to add to cache pods
352+
displayName: Pod Labels
353+
path: cache.pod_labels
354+
x-descriptors:
355+
- urn:alm:descriptor:com.tectonic.ui:advanced
346356
- description: PersistenVolumeClaim name that will be used by Redis pods If
347357
defined, the PVC must be provisioned by the user and the operator will only
348358
configure the deployment to use it
@@ -469,6 +479,11 @@ spec:
469479
path: content.pdb
470480
x-descriptors:
471481
- urn:alm:descriptor:com.tectonic.ui:hidden
482+
- description: Labels to add to content pods
483+
displayName: Pod Labels
484+
path: content.pod_labels
485+
x-descriptors:
486+
- urn:alm:descriptor:com.tectonic.ui:advanced
472487
- description: Periodic probe of container service readiness. Container will
473488
be removed from service endpoints if the probe fails.
474489
displayName: Readiness Probe
@@ -538,6 +553,11 @@ spec:
538553
path: database.node_selector
539554
x-descriptors:
540555
- urn:alm:descriptor:com.tectonic.ui:advanced
556+
- description: Labels to add to database pods
557+
displayName: Pod Labels
558+
path: database.pod_labels
559+
x-descriptors:
560+
- urn:alm:descriptor:com.tectonic.ui:advanced
541561
- description: 'Registry path to the PostgreSQL container to use. Default: "/var/lib/postgresql/data/pgdata"'
542562
displayName: Postgres Data Path
543563
path: database.postgres_data_path
@@ -969,6 +989,11 @@ spec:
969989
path: web.pdb
970990
x-descriptors:
971991
- urn:alm:descriptor:com.tectonic.ui:hidden
992+
- description: Labels to add to web pods
993+
displayName: Pod Labels
994+
path: web.pod_labels
995+
x-descriptors:
996+
- urn:alm:descriptor:com.tectonic.ui:advanced
972997
- description: Periodic probe of container service readiness. Container will
973998
be removed from service endpoints if the probe fails.
974999
displayName: Readiness Probe
@@ -1048,6 +1073,11 @@ spec:
10481073
path: worker.pdb
10491074
x-descriptors:
10501075
- urn:alm:descriptor:com.tectonic.ui:hidden
1076+
- description: Labels to add to worker pods
1077+
displayName: Pod Labels
1078+
path: worker.pod_labels
1079+
x-descriptors:
1080+
- urn:alm:descriptor:com.tectonic.ui:advanced
10511081
- description: Periodic probe of container service readiness. Container will
10521082
be removed from service endpoints if the probe fails.
10531083
displayName: Readiness Probe

0 commit comments

Comments
 (0)