Skip to content

Commit f89d6fa

Browse files
committed
Fix after bump.
1 parent 0775a03 commit f89d6fa

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

config/crd/bases/kjobctl.x-k8s.io_rayclustertemplates.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ spec:
4646
spec:
4747
description: Specification of the desired behavior of the raycluster.
4848
properties:
49+
authOptions:
50+
description: AuthOptions specifies the authentication options
51+
for the RayCluster.
52+
properties:
53+
mode:
54+
description: |-
55+
Mode specifies the authentication mode.
56+
Supported values are "disabled" and "token".
57+
Defaults to "token".
58+
enum:
59+
- disabled
60+
- token
61+
type: string
62+
type: object
4963
autoscalerOptions:
5064
description: AutoscalerOptions specifies optional configuration
5165
for the Ray autoscaler.

config/crd/bases/kjobctl.x-k8s.io_rayjobtemplates.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,20 @@ spec:
211211
description: RayClusterSpec is the cluster template to run the
212212
job
213213
properties:
214+
authOptions:
215+
description: AuthOptions specifies the authentication options
216+
for the RayCluster.
217+
properties:
218+
mode:
219+
description: |-
220+
Mode specifies the authentication mode.
221+
Supported values are "disabled" and "token".
222+
Defaults to "token".
223+
enum:
224+
- disabled
225+
- token
226+
type: string
227+
type: object
214228
autoscalerOptions:
215229
description: AutoscalerOptions specifies optional configuration
216230
for the Ray autoscaler.
162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)