You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/api.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,11 @@ _Appears in:_
87
87
88
88
| Field | Description | Default | Validation |
89
89
| --- | --- | --- | --- |
90
-
|`serviceType`_[ServiceType](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#servicetype-v1-core)_|ServiceType is Kubernetes service type of the head service. it will be used by the workers to connect to the head pod|||
90
+
|`template`_[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#podtemplatespec-v1-core)_|Template is the exact pod template used in K8s depoyments, statefulsets, etc.|||
91
91
|`headService`_[Service](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#service-v1-core)_| HeadService is the Kubernetes service of the head pod. |||
92
92
|`enableIngress`_boolean_| EnableIngress indicates whether operator should create ingress object for head service or not. |||
93
93
|`rayStartParams`_object (keys:string, values:string)_| RayStartParams are the params of the start command: node-manager-port, object-store-memory, ... |||
94
-
|`template`_[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#podtemplatespec-v1-core)_|Template is the exact pod template used in K8s depoyments, statefulsets, etc.|||
94
+
|`serviceType`_[ServiceType](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#servicetype-v1-core)_|ServiceType is Kubernetes service type of the head service. it will be used by the workers to connect to the head pod|||
95
95
96
96
97
97
@@ -424,11 +424,11 @@ _Appears in:_
424
424
425
425
| Field | Description | Default | Validation |
426
426
| --- | --- | --- | --- |
427
-
|`serviceType`_[ServiceType](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#servicetype-v1-core)_|ServiceType is Kubernetes service type of the head service. it will be used by the workers to connect to the head pod|||
427
+
|`template`_[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#podtemplatespec-v1-core)_|Template is the exact pod template used in K8s depoyments, statefulsets, etc.|||
428
428
|`headService`_[Service](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#service-v1-core)_| HeadService is the Kubernetes service of the head pod. |||
429
429
|`enableIngress`_boolean_| EnableIngress indicates whether operator should create ingress object for head service or not. |||
430
430
|`rayStartParams`_object (keys:string, values:string)_| RayStartParams are the params of the start command: node-manager-port, object-store-memory, ... |||
431
-
|`template`_[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#podtemplatespec-v1-core)_|Template is the exact pod template used in K8s depoyments, statefulsets, etc.|||
431
+
|`serviceType`_[ServiceType](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#servicetype-v1-core)_|ServiceType is Kubernetes service type of the head service. it will be used by the workers to connect to the head pod|||
0 commit comments