Skip to content

Commit 4ff4163

Browse files
committed
Update CRDs
Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>
1 parent d31583b commit 4ff4163

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

deploy/chaos_crds.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,29 @@ spec:
576576
type: string
577577
description: NodeSelector for the source pod
578578
type: object
579+
tolerations:
580+
description: Tolerations for the source pod
581+
items:
582+
description: The pod with this Toleration tolerates any taint matches the <key,value,effect> using the matching operator <operator>.
583+
properties:
584+
effect:
585+
description: Effect to match. Empty means all effects.
586+
type: string
587+
key:
588+
description: Taint key the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists.
589+
type: string
590+
operator:
591+
description: Operators are Exists or Equal. Defaults to Equal.
592+
type: string
593+
tolerationSeconds:
594+
description: Period of time the toleration tolerates the taint.
595+
format: int64
596+
type: integer
597+
value:
598+
description: If the operator is Exists, the value should be empty, otherwise just a regular string.
599+
type: string
600+
type: object
601+
type: array
579602
privileged:
580603
description: Privileged for the source pod
581604
type: boolean

deploy/crds/chaosengine_crd.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,29 @@ spec:
575575
type: string
576576
description: NodeSelector for the source pod
577577
type: object
578+
tolerations:
579+
description: Tolerations for the source pod
580+
items:
581+
description: The pod with this Toleration tolerates any taint matches the <key,value,effect> using the matching operator <operator>.
582+
properties:
583+
effect:
584+
description: Effect to match. Empty means all effects.
585+
type: string
586+
key:
587+
description: Taint key the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists.
588+
type: string
589+
operator:
590+
description: Operators are Exists or Equal. Defaults to Equal.
591+
type: string
592+
tolerationSeconds:
593+
description: Period of time the toleration tolerates the taint.
594+
format: int64
595+
type: integer
596+
value:
597+
description: If the operator is Exists, the value should be empty, otherwise just a regular string.
598+
type: string
599+
type: object
600+
type: array
578601
privileged:
579602
description: Privileged for the source pod
580603
type: boolean

0 commit comments

Comments
 (0)