File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ _Validation:_
53
53
_ Appears in:_
54
54
- [ AutoscalerOptions] ( #autoscaleroptions )
55
55
56
+ | Field | Description |
57
+ | --- | --- |
58
+ | ` v1 ` | |
59
+ | ` v2 ` | |
56
60
57
61
58
62
#### DeletionPolicy
@@ -82,6 +86,12 @@ _Underlying type:_ _string_
82
86
_ Appears in:_
83
87
- [ DeletionPolicy] ( #deletionpolicy )
84
88
89
+ | Field | Description |
90
+ | --- | --- |
91
+ | ` DeleteCluster ` | |
92
+ | ` DeleteWorkers ` | |
93
+ | ` DeleteSelf ` | |
94
+ | ` DeleteNone ` | |
85
95
86
96
87
97
#### DeletionStrategy
@@ -155,6 +165,12 @@ _Underlying type:_ _string_
155
165
_ Appears in:_
156
166
- [ RayJobSpec] ( #rayjobspec )
157
167
168
+ | Field | Description |
169
+ | --- | --- |
170
+ | ` K8sJobMode ` | |
171
+ | ` HTTPMode ` | |
172
+ | ` InteractiveMode ` | |
173
+ | ` SidecarMode ` | |
158
174
159
175
160
176
#### RayCluster
@@ -333,6 +349,10 @@ _Underlying type:_ _string_
333
349
_ Appears in:_
334
350
- [ RayServiceUpgradeStrategy] ( #rayserviceupgradestrategy )
335
351
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 /> |
336
356
337
357
338
358
#### RedisCredential
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ CRD_REF_DOCS = $(LOCALBIN)/crd-ref-docs
179
179
$(CRD_REF_DOCS ) : $(LOCALBIN )
180
180
.PHONY : crd-ref-docs
181
181
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
183
183
184
184
.PHONY : clean
185
185
clean :
You can’t perform that action at this time.
0 commit comments