Skip to content

Commit 215bab1

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 8377737 + b9a6dbb commit 215bab1

22 files changed

Lines changed: 1100 additions & 684 deletions

OWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
approvers:
2+
- platform
3+
reviewers:
4+
- platform

OWNERS_ALIASES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
aliases:
2+
platform:
3+
- AjayJagan
4+
- asanzgom
5+
- asmigala
6+
- carlkyrillos
7+
- davidebianchi
8+
- jeffdyoung
9+
- lburgazzoli
10+
- lphiri
11+
- mlassak
12+
- rinaldodev
13+
- valdar

charts/rhai-on-xks-chart/templates/crds/customresourcedefinition-platforms.config.opendatahub.io.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,24 @@ spec:
6161
the same Managed/Removed/empty convention as DSC components: Managed
6262
deploys the module, Removed tears it down, empty means not managed.
6363
properties:
64+
aigateway:
65+
description: AIGateway controls the ai-gateway-operator module lifecycle.
66+
properties:
67+
managementState:
68+
description: |-
69+
Set to one of the following values:
70+
71+
- "Managed" : the operator is actively managing the component and trying to keep it active.
72+
It will only upgrade the component if it is safe to do so
73+
74+
- "Removed" : the operator is actively managing the component and will not install it,
75+
or if it is installed, the operator will try to remove it
76+
enum:
77+
- Managed
78+
- Removed
79+
pattern: ^(Managed|Unmanaged|Force|Removed)$
80+
type: string
81+
type: object
6482
monitoring:
6583
description: Monitoring controls the monitoring module operator lifecycle.
6684
properties:

charts/rhai-on-xks-chart/templates/rbac/clusterrole-rhods-operator-role.yaml

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -276,20 +276,7 @@ rules:
276276
- apiGroups:
277277
- components.platform.opendatahub.io
278278
resources:
279-
- codeflares
280-
verbs:
281-
- get
282-
- list
283-
- watch
284-
- apiGroups:
285-
- components.platform.opendatahub.io
286-
resources:
287-
- codeflares/status
288-
verbs:
289-
- get
290-
- apiGroups:
291-
- components.platform.opendatahub.io
292-
resources:
279+
- aigateways
293280
- dashboards
294281
- datasciencepipelines
295282
- feastoperators
@@ -318,17 +305,29 @@ rules:
318305
- apiGroups:
319306
- components.platform.opendatahub.io
320307
resources:
321-
- dashboards/finalizers
308+
- aigateways/finalizers
309+
- datasciencepipelines/finalizers
310+
- feastoperators/finalizers
311+
- kserves/finalizers
312+
- kueues/finalizers
313+
- mlflowoperators/finalizers
314+
- modelcontrollers/finalizers
315+
- modelmeshservings/finalizers
316+
- modelregistries/finalizers
317+
- modelsasservices/finalizers
318+
- ogxs/finalizers
319+
- rays/finalizers
320+
- sparkoperators/finalizers
321+
- trainers/finalizers
322+
- trainingoperators/finalizers
323+
- trustyais/finalizers
324+
- workbenches/finalizers
322325
verbs:
323-
- create
324-
- get
325-
- list
326-
- patch
327326
- update
328-
- watch
329327
- apiGroups:
330328
- components.platform.opendatahub.io
331329
resources:
330+
- aigateways/status
332331
- dashboards/status
333332
- datasciencepipelines/status
334333
- feastoperators/status
@@ -353,24 +352,28 @@ rules:
353352
- apiGroups:
354353
- components.platform.opendatahub.io
355354
resources:
356-
- datasciencepipelines/finalizers
357-
- feastoperators/finalizers
358-
- kserves/finalizers
359-
- kueues/finalizers
360-
- mlflowoperators/finalizers
361-
- modelcontrollers/finalizers
362-
- modelmeshservings/finalizers
363-
- modelregistries/finalizers
364-
- modelsasservices/finalizers
365-
- ogxs/finalizers
366-
- rays/finalizers
367-
- sparkoperators/finalizers
368-
- trainers/finalizers
369-
- trainingoperators/finalizers
370-
- trustyais/finalizers
371-
- workbenches/finalizers
355+
- codeflares
356+
verbs:
357+
- get
358+
- list
359+
- watch
360+
- apiGroups:
361+
- components.platform.opendatahub.io
362+
resources:
363+
- codeflares/status
364+
verbs:
365+
- get
366+
- apiGroups:
367+
- components.platform.opendatahub.io
368+
resources:
369+
- dashboards/finalizers
372370
verbs:
371+
- create
372+
- get
373+
- list
374+
- patch
373375
- update
376+
- watch
374377
- apiGroups:
375378
- config.opendatahub.io
376379
resources:

charts/rhai-on-xks-chart/test/snapshots/aws-with-all-deps-managed.snap.yaml

Lines changed: 57 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,24 @@ spec:
766766
the same Managed/Removed/empty convention as DSC components: Managed
767767
deploys the module, Removed tears it down, empty means not managed.
768768
properties:
769+
aigateway:
770+
description: AIGateway controls the ai-gateway-operator module lifecycle.
771+
properties:
772+
managementState:
773+
description: |-
774+
Set to one of the following values:
775+
776+
- "Managed" : the operator is actively managing the component and trying to keep it active.
777+
It will only upgrade the component if it is safe to do so
778+
779+
- "Removed" : the operator is actively managing the component and will not install it,
780+
or if it is installed, the operator will try to remove it
781+
enum:
782+
- Managed
783+
- Removed
784+
pattern: ^(Managed|Unmanaged|Force|Removed)$
785+
type: string
786+
type: object
769787
monitoring:
770788
description: Monitoring controls the monitoring module operator lifecycle.
771789
properties:
@@ -1416,20 +1434,7 @@ rules:
14161434
- apiGroups:
14171435
- components.platform.opendatahub.io
14181436
resources:
1419-
- codeflares
1420-
verbs:
1421-
- get
1422-
- list
1423-
- watch
1424-
- apiGroups:
1425-
- components.platform.opendatahub.io
1426-
resources:
1427-
- codeflares/status
1428-
verbs:
1429-
- get
1430-
- apiGroups:
1431-
- components.platform.opendatahub.io
1432-
resources:
1437+
- aigateways
14331438
- dashboards
14341439
- datasciencepipelines
14351440
- feastoperators
@@ -1458,17 +1463,29 @@ rules:
14581463
- apiGroups:
14591464
- components.platform.opendatahub.io
14601465
resources:
1461-
- dashboards/finalizers
1466+
- aigateways/finalizers
1467+
- datasciencepipelines/finalizers
1468+
- feastoperators/finalizers
1469+
- kserves/finalizers
1470+
- kueues/finalizers
1471+
- mlflowoperators/finalizers
1472+
- modelcontrollers/finalizers
1473+
- modelmeshservings/finalizers
1474+
- modelregistries/finalizers
1475+
- modelsasservices/finalizers
1476+
- ogxs/finalizers
1477+
- rays/finalizers
1478+
- sparkoperators/finalizers
1479+
- trainers/finalizers
1480+
- trainingoperators/finalizers
1481+
- trustyais/finalizers
1482+
- workbenches/finalizers
14621483
verbs:
1463-
- create
1464-
- get
1465-
- list
1466-
- patch
14671484
- update
1468-
- watch
14691485
- apiGroups:
14701486
- components.platform.opendatahub.io
14711487
resources:
1488+
- aigateways/status
14721489
- dashboards/status
14731490
- datasciencepipelines/status
14741491
- feastoperators/status
@@ -1493,24 +1510,28 @@ rules:
14931510
- apiGroups:
14941511
- components.platform.opendatahub.io
14951512
resources:
1496-
- datasciencepipelines/finalizers
1497-
- feastoperators/finalizers
1498-
- kserves/finalizers
1499-
- kueues/finalizers
1500-
- mlflowoperators/finalizers
1501-
- modelcontrollers/finalizers
1502-
- modelmeshservings/finalizers
1503-
- modelregistries/finalizers
1504-
- modelsasservices/finalizers
1505-
- ogxs/finalizers
1506-
- rays/finalizers
1507-
- sparkoperators/finalizers
1508-
- trainers/finalizers
1509-
- trainingoperators/finalizers
1510-
- trustyais/finalizers
1511-
- workbenches/finalizers
1513+
- codeflares
1514+
verbs:
1515+
- get
1516+
- list
1517+
- watch
1518+
- apiGroups:
1519+
- components.platform.opendatahub.io
1520+
resources:
1521+
- codeflares/status
15121522
verbs:
1523+
- get
1524+
- apiGroups:
1525+
- components.platform.opendatahub.io
1526+
resources:
1527+
- dashboards/finalizers
1528+
verbs:
1529+
- create
1530+
- get
1531+
- list
1532+
- patch
15131533
- update
1534+
- watch
15141535
- apiGroups:
15151536
- config.opendatahub.io
15161537
resources:

0 commit comments

Comments
 (0)