Skip to content

Commit 3858146

Browse files
authored
Bump crd-ref-docs to v0.2.0 for Go 1.24+ compatibility (#4029)
Signed-off-by: wei-chenglai <[email protected]>
1 parent 7639b9d commit 3858146

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/reference/api.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ _Validation:_
5353
_Appears in:_
5454
- [AutoscalerOptions](#autoscaleroptions)
5555

56+
| Field | Description |
57+
| --- | --- |
58+
| `v1` | |
59+
| `v2` | |
5660

5761

5862
#### DeletionPolicy
@@ -82,6 +86,12 @@ _Underlying type:_ _string_
8286
_Appears in:_
8387
- [DeletionPolicy](#deletionpolicy)
8488

89+
| Field | Description |
90+
| --- | --- |
91+
| `DeleteCluster` | |
92+
| `DeleteWorkers` | |
93+
| `DeleteSelf` | |
94+
| `DeleteNone` | |
8595

8696

8797
#### DeletionStrategy
@@ -155,6 +165,12 @@ _Underlying type:_ _string_
155165
_Appears in:_
156166
- [RayJobSpec](#rayjobspec)
157167

168+
| Field | Description |
169+
| --- | --- |
170+
| `K8sJobMode` | |
171+
| `HTTPMode` | |
172+
| `InteractiveMode` | |
173+
| `SidecarMode` | |
158174

159175

160176
#### RayCluster
@@ -333,6 +349,10 @@ _Underlying type:_ _string_
333349
_Appears in:_
334350
- [RayServiceUpgradeStrategy](#rayserviceupgradestrategy)
335351

352+
| Field | Description |
353+
| --- | --- |
354+
| `NewCluster` | During upgrade, NewCluster strategy will create new upgraded cluster and switch to it when it becomes ready<br /> |
355+
| `None` | No new cluster will be created while the strategy is set to None<br /> |
336356

337357

338358
#### RedisCredential

ray-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ CRD_REF_DOCS = $(LOCALBIN)/crd-ref-docs
179179
$(CRD_REF_DOCS): $(LOCALBIN)
180180
.PHONY: crd-ref-docs
181181
crd-ref-docs: $(CRD_REF_DOCS) ## Download crd-ref-docs locally if necessary.
182-
test -s $(CRD_REF_DOCS) || GOBIN=$(LOCALBIN) go install github.com/elastic/crd-ref-docs@v0.0.12
182+
test -s $(CRD_REF_DOCS) || GOBIN=$(LOCALBIN) go install github.com/elastic/crd-ref-docs@v0.2.0
183183

184184
.PHONY: clean
185185
clean:

0 commit comments

Comments
 (0)