File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 11
11
kind : NodeFeatureRule
12
12
listKind : NodeFeatureRuleList
13
13
plural : nodefeaturerules
14
+ shortNames :
15
+ - nfr
14
16
singular : nodefeaturerule
15
17
scope : Namespaced
16
18
versions :
@@ -186,6 +188,35 @@ spec:
186
188
name :
187
189
description : Name of the rule.
188
190
type : string
191
+ taints :
192
+ description : Taints to create if the rule matches.
193
+ items :
194
+ description : The node this Taint is attached to has the "effect"
195
+ on any pod that does not tolerate the Taint.
196
+ properties :
197
+ effect :
198
+ description : Required. The effect of the taint on pods
199
+ that do not tolerate the taint. Valid effects are NoSchedule,
200
+ PreferNoSchedule and NoExecute.
201
+ type : string
202
+ key :
203
+ description : Required. The taint key to be applied to
204
+ a node.
205
+ type : string
206
+ timeAdded :
207
+ description : TimeAdded represents the time at which the
208
+ taint was added. It is only written for NoExecute taints.
209
+ format : date-time
210
+ type : string
211
+ value :
212
+ description : The taint value corresponding to the taint
213
+ key.
214
+ type : string
215
+ required :
216
+ - effect
217
+ - key
218
+ type : object
219
+ type : array
189
220
vars :
190
221
additionalProperties :
191
222
type : string
You can’t perform that action at this time.
0 commit comments