Skip to content

Commit 4098ca4

Browse files
committed
Update generated code
1 parent 4df9aff commit 4098ca4

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-10-21T17:04:01Z"
67+
createdAt: "2025-11-20T16:22:15Z"
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
@@ -211,6 +211,11 @@ spec:
211211
path: api.affinity
212212
x-descriptors:
213213
- urn:alm:descriptor:com.tectonic.ui:advanced
214+
- description: Custom labels to add to api resources
215+
displayName: Custom Labels
216+
path: api.custom_labels
217+
x-descriptors:
218+
- urn:alm:descriptor:com.tectonic.ui:advanced
214219
- description: Annotations for the api deployment
215220
displayName: Deployment Annotations
216221
path: api.deployment_annotations
@@ -305,6 +310,11 @@ spec:
305310
path: cache.affinity
306311
x-descriptors:
307312
- urn:alm:descriptor:com.tectonic.ui:advanced
313+
- description: Custom labels to add to cache resources
314+
displayName: Custom Labels
315+
path: cache.custom_labels
316+
x-descriptors:
317+
- urn:alm:descriptor:com.tectonic.ui:advanced
308318
- description: Annotations for the cache deployment
309319
displayName: Deployment Annotations
310320
path: cache.deployment_annotations
@@ -410,6 +420,11 @@ spec:
410420
path: content.affinity
411421
x-descriptors:
412422
- urn:alm:descriptor:com.tectonic.ui:advanced
423+
- description: Custom labels to add to content resources
424+
displayName: Custom Labels
425+
path: content.custom_labels
426+
x-descriptors:
427+
- urn:alm:descriptor:com.tectonic.ui:advanced
413428
- description: Annotations for the content deployment
414429
displayName: Deployment Annotations
415430
path: content.deployment_annotations
@@ -511,6 +526,11 @@ spec:
511526
path: database.affinity
512527
x-descriptors:
513528
- urn:alm:descriptor:com.tectonic.ui:advanced
529+
- description: Custom labels to add to database resources
530+
displayName: Custom Labels
531+
path: database.custom_labels
532+
x-descriptors:
533+
- urn:alm:descriptor:com.tectonic.ui:advanced
514534
- description: Secret name with the configuration to use an external database
515535
displayName: External DBSecret
516536
path: database.external_db_secret
@@ -936,6 +956,11 @@ spec:
936956
path: web
937957
x-descriptors:
938958
- urn:alm:descriptor:com.tectonic.ui:hidden
959+
- description: Custom labels to add to web resources
960+
displayName: Custom Labels
961+
path: web.custom_labels
962+
x-descriptors:
963+
- urn:alm:descriptor:com.tectonic.ui:advanced
939964
- description: Annotations for the web deployment
940965
displayName: Deployment Annotations
941966
path: web.deployment_annotations
@@ -1002,6 +1027,11 @@ spec:
10021027
path: worker.affinity
10031028
x-descriptors:
10041029
- urn:alm:descriptor:com.tectonic.ui:advanced
1030+
- description: Custom labels to add to worker resources
1031+
displayName: Custom Labels
1032+
path: worker.custom_labels
1033+
x-descriptors:
1034+
- urn:alm:descriptor:com.tectonic.ui:advanced
10051035
- description: Annotations for the worker deployment
10061036
displayName: Deployment Annotations
10071037
path: worker.deployment_annotations

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,11 @@ spec:
12071207
x-kubernetes-list-type: atomic
12081208
type: object
12091209
type: object
1210+
custom_labels:
1211+
additionalProperties:
1212+
type: string
1213+
description: Custom labels to add to api resources
1214+
type: object
12101215
deployment_annotations:
12111216
additionalProperties:
12121217
type: string
@@ -3271,6 +3276,11 @@ spec:
32713276
x-kubernetes-list-type: atomic
32723277
type: object
32733278
type: object
3279+
custom_labels:
3280+
additionalProperties:
3281+
type: string
3282+
description: Custom labels to add to cache resources
3283+
type: object
32743284
deployment_annotations:
32753285
additionalProperties:
32763286
type: string
@@ -4703,6 +4713,11 @@ spec:
47034713
x-kubernetes-list-type: atomic
47044714
type: object
47054715
type: object
4716+
custom_labels:
4717+
additionalProperties:
4718+
type: string
4719+
description: Custom labels to add to content resources
4720+
type: object
47064721
deployment_annotations:
47074722
additionalProperties:
47084723
type: string
@@ -6772,6 +6787,11 @@ spec:
67726787
x-kubernetes-list-type: atomic
67736788
type: object
67746789
type: object
6790+
custom_labels:
6791+
additionalProperties:
6792+
type: string
6793+
description: Custom labels to add to database resources
6794+
type: object
67756795
external_db_secret:
67766796
description: Secret name with the configuration to use an external
67776797
database
@@ -8048,6 +8068,11 @@ spec:
80488068
description: Web defines desired state of pulpcore-web (reverse-proxy)
80498069
resources
80508070
properties:
8071+
custom_labels:
8072+
additionalProperties:
8073+
type: string
8074+
description: Custom labels to add to web resources
8075+
type: object
80518076
deployment_annotations:
80528077
additionalProperties:
80538078
type: string
@@ -9678,6 +9703,11 @@ spec:
96789703
x-kubernetes-list-type: atomic
96799704
type: object
96809705
type: object
9706+
custom_labels:
9707+
additionalProperties:
9708+
type: string
9709+
description: Custom labels to add to worker resources
9710+
type: object
96819711
deployment_annotations:
96829712
additionalProperties:
96839713
type: string

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,11 @@ spec:
12071207
x-kubernetes-list-type: atomic
12081208
type: object
12091209
type: object
1210+
custom_labels:
1211+
additionalProperties:
1212+
type: string
1213+
description: Custom labels to add to api resources
1214+
type: object
12101215
deployment_annotations:
12111216
additionalProperties:
12121217
type: string
@@ -3271,6 +3276,11 @@ spec:
32713276
x-kubernetes-list-type: atomic
32723277
type: object
32733278
type: object
3279+
custom_labels:
3280+
additionalProperties:
3281+
type: string
3282+
description: Custom labels to add to cache resources
3283+
type: object
32743284
deployment_annotations:
32753285
additionalProperties:
32763286
type: string
@@ -4703,6 +4713,11 @@ spec:
47034713
x-kubernetes-list-type: atomic
47044714
type: object
47054715
type: object
4716+
custom_labels:
4717+
additionalProperties:
4718+
type: string
4719+
description: Custom labels to add to content resources
4720+
type: object
47064721
deployment_annotations:
47074722
additionalProperties:
47084723
type: string
@@ -6772,6 +6787,11 @@ spec:
67726787
x-kubernetes-list-type: atomic
67736788
type: object
67746789
type: object
6790+
custom_labels:
6791+
additionalProperties:
6792+
type: string
6793+
description: Custom labels to add to database resources
6794+
type: object
67756795
external_db_secret:
67766796
description: Secret name with the configuration to use an external
67776797
database
@@ -8048,6 +8068,11 @@ spec:
80488068
description: Web defines desired state of pulpcore-web (reverse-proxy)
80498069
resources
80508070
properties:
8071+
custom_labels:
8072+
additionalProperties:
8073+
type: string
8074+
description: Custom labels to add to web resources
8075+
type: object
80518076
deployment_annotations:
80528077
additionalProperties:
80538078
type: string
@@ -9678,6 +9703,11 @@ spec:
96789703
x-kubernetes-list-type: atomic
96799704
type: object
96809705
type: object
9706+
custom_labels:
9707+
additionalProperties:
9708+
type: string
9709+
description: Custom labels to add to worker resources
9710+
type: object
96819711
deployment_annotations:
96829712
additionalProperties:
96839713
type: string

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ spec:
221221
path: api.affinity
222222
x-descriptors:
223223
- urn:alm:descriptor:com.tectonic.ui:advanced
224+
- description: Custom labels to add to api resources
225+
displayName: Custom Labels
226+
path: api.custom_labels
227+
x-descriptors:
228+
- urn:alm:descriptor:com.tectonic.ui:advanced
224229
- description: Annotations for the api deployment
225230
displayName: Deployment Annotations
226231
path: api.deployment_annotations
@@ -315,6 +320,11 @@ spec:
315320
path: cache.affinity
316321
x-descriptors:
317322
- urn:alm:descriptor:com.tectonic.ui:advanced
323+
- description: Custom labels to add to cache resources
324+
displayName: Custom Labels
325+
path: cache.custom_labels
326+
x-descriptors:
327+
- urn:alm:descriptor:com.tectonic.ui:advanced
318328
- description: Annotations for the cache deployment
319329
displayName: Deployment Annotations
320330
path: cache.deployment_annotations
@@ -420,6 +430,11 @@ spec:
420430
path: content.affinity
421431
x-descriptors:
422432
- urn:alm:descriptor:com.tectonic.ui:advanced
433+
- description: Custom labels to add to content resources
434+
displayName: Custom Labels
435+
path: content.custom_labels
436+
x-descriptors:
437+
- urn:alm:descriptor:com.tectonic.ui:advanced
423438
- description: Annotations for the content deployment
424439
displayName: Deployment Annotations
425440
path: content.deployment_annotations
@@ -521,6 +536,11 @@ spec:
521536
path: database.affinity
522537
x-descriptors:
523538
- urn:alm:descriptor:com.tectonic.ui:advanced
539+
- description: Custom labels to add to database resources
540+
displayName: Custom Labels
541+
path: database.custom_labels
542+
x-descriptors:
543+
- urn:alm:descriptor:com.tectonic.ui:advanced
524544
- description: Secret name with the configuration to use an external database
525545
displayName: External DBSecret
526546
path: database.external_db_secret
@@ -946,6 +966,11 @@ spec:
946966
path: web
947967
x-descriptors:
948968
- urn:alm:descriptor:com.tectonic.ui:hidden
969+
- description: Custom labels to add to web resources
970+
displayName: Custom Labels
971+
path: web.custom_labels
972+
x-descriptors:
973+
- urn:alm:descriptor:com.tectonic.ui:advanced
949974
- description: Annotations for the web deployment
950975
displayName: Deployment Annotations
951976
path: web.deployment_annotations
@@ -1012,6 +1037,11 @@ spec:
10121037
path: worker.affinity
10131038
x-descriptors:
10141039
- urn:alm:descriptor:com.tectonic.ui:advanced
1040+
- description: Custom labels to add to worker resources
1041+
displayName: Custom Labels
1042+
path: worker.custom_labels
1043+
x-descriptors:
1044+
- urn:alm:descriptor:com.tectonic.ui:advanced
10151045
- description: Annotations for the worker deployment
10161046
displayName: Deployment Annotations
10171047
path: worker.deployment_annotations

0 commit comments

Comments
 (0)