File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments