@@ -298,7 +298,7 @@ spec:
298298
299299`
300300
301- const Sha256_deploy_crds_noobaa_io_backingstores_yaml = "2cc6f739e53dfd80ddefe7c0bccd684f3e6a97ade1205a472308c07ae1460736 "
301+ const Sha256_deploy_crds_noobaa_io_backingstores_yaml = "e6b5ca2577838c95674c0e36b673bde5816c8bf80d7edb240da7e6918cb346ab "
302302
303303const File_deploy_crds_noobaa_io_backingstores_yaml = `---
304304apiVersion: apiextensions.k8s.io/v1
@@ -492,6 +492,10 @@ spec:
492492 numVolumes:
493493 description: NumVolumes is the number of volumes to allocate
494494 type: integer
495+ priorityClassName:
496+ description: PriorityClassName (optional) overrides the priority
497+ class for the pv-pool agent pods
498+ type: string
495499 resources:
496500 description: VolumeResources represents the minimum resources
497501 each volume should have.
@@ -1488,7 +1492,7 @@ spec:
14881492 status: {}
14891493`
14901494
1491- const Sha256_deploy_crds_noobaa_io_noobaas_yaml = "623db090807771aa74ee98dd27627e2133c2c489dd28b2d81c209b05bbc81718 "
1495+ const Sha256_deploy_crds_noobaa_io_noobaas_yaml = "db6cdcd254d4d85270c2ee1cf656c8b99d2fa0d5662ebcce849cb5fa60ebdd86 "
14921496
14931497const File_deploy_crds_noobaa_io_noobaas_yaml = `---
14941498apiVersion: apiextensions.k8s.io/v1
@@ -2568,6 +2572,10 @@ spec:
25682572 cleanup confirmation
25692573 type: string
25702574 type: object
2575+ corePriorityClassName:
2576+ description: CorePriorityClassName (optional) overrides the priority
2577+ class for the core pod
2578+ type: string
25712579 coreResources:
25722580 description: CoreResources (optional) overrides the default resource
25732581 requirements for the server container
@@ -2636,6 +2644,10 @@ spec:
26362644 description: DBImage (optional) overrides the default image for the
26372645 db container
26382646 type: string
2647+ dbPriorityClassName:
2648+ description: DBPriorityClassName (optional) overrides the priority
2649+ class for the db pod
2650+ type: string
26392651 dbResources:
26402652 description: DBResources (optional) overrides the default resource
26412653 requirements for the db container
@@ -3036,6 +3048,10 @@ spec:
30363048 numVolumes:
30373049 description: NumVolumes is the number of volumes to allocate
30383050 type: integer
3051+ priorityClassName:
3052+ description: PriorityClassName (optional) overrides the priority
3053+ class for the pv-pool agent pods
3054+ type: string
30393055 resources:
30403056 description: VolumeResources represents the minimum resources
30413057 each volume should have.
@@ -3140,6 +3156,10 @@ spec:
31403156 of openshift route resources in the cluster
31413157 nullable: true
31423158 type: boolean
3159+ endpointPriorityClassName:
3160+ description: EndpointPriorityClassName (optional) overrides the priority
3161+ class for the endpoint pods
3162+ type: string
31433163 endpoints:
31443164 description: |-
31453165 Endpoints (optional) sets configuration info for the noobaa endpoint
0 commit comments