@@ -7535,6 +7535,45 @@ spec:
7535
7535
Build should take to execute.
7536
7536
format: duration
7537
7537
type: string
7538
+ tolerations:
7539
+ description: If specified, the pod's tolerations.
7540
+ items:
7541
+ description: |-
7542
+ The pod this Toleration is attached to tolerates any taint that matches
7543
+ the triple <key,value,effect> using the matching operator <operator>.
7544
+ properties:
7545
+ effect:
7546
+ description: |-
7547
+ Effect indicates the taint effect to match. Empty means match all taint effects.
7548
+ When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
7549
+ type: string
7550
+ key:
7551
+ description: |-
7552
+ Key is the taint key that the toleration applies to. Empty means match all taint keys.
7553
+ If the key is empty, operator must be Exists; this combination means to match all values and all keys.
7554
+ type: string
7555
+ operator:
7556
+ description: |-
7557
+ Operator represents a key's relationship to the value.
7558
+ Valid operators are Exists and Equal. Defaults to Equal.
7559
+ Exists is equivalent to wildcard for value, so that a pod can
7560
+ tolerate all taints of a particular category.
7561
+ type: string
7562
+ tolerationSeconds:
7563
+ description: |-
7564
+ TolerationSeconds represents the period of time the toleration (which must be
7565
+ of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
7566
+ it is not set, which means tolerate the taint forever (do not evict). Zero and
7567
+ negative values will be treated as 0 (evict immediately) by the system.
7568
+ format: int64
7569
+ type: integer
7570
+ value:
7571
+ description: |-
7572
+ Value is the taint value the toleration matches to.
7573
+ If the operator is Exists, the value should be empty, otherwise just a regular string.
7574
+ type: string
7575
+ type: object
7576
+ type: array
7538
7577
trigger:
7539
7578
description: Trigger defines the scenarios where a new build
7540
7579
should be triggered.
@@ -9753,6 +9792,45 @@ spec:
9753
9792
description: Timeout defines the maximum run time of this BuildRun.
9754
9793
format: duration
9755
9794
type: string
9795
+ tolerations:
9796
+ description: If specified, the pod's tolerations.
9797
+ items:
9798
+ description: |-
9799
+ The pod this Toleration is attached to tolerates any taint that matches
9800
+ the triple <key,value,effect> using the matching operator <operator>.
9801
+ properties:
9802
+ effect:
9803
+ description: |-
9804
+ Effect indicates the taint effect to match. Empty means match all taint effects.
9805
+ When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
9806
+ type: string
9807
+ key:
9808
+ description: |-
9809
+ Key is the taint key that the toleration applies to. Empty means match all taint keys.
9810
+ If the key is empty, operator must be Exists; this combination means to match all values and all keys.
9811
+ type: string
9812
+ operator:
9813
+ description: |-
9814
+ Operator represents a key's relationship to the value.
9815
+ Valid operators are Exists and Equal. Defaults to Equal.
9816
+ Exists is equivalent to wildcard for value, so that a pod can
9817
+ tolerate all taints of a particular category.
9818
+ type: string
9819
+ tolerationSeconds:
9820
+ description: |-
9821
+ TolerationSeconds represents the period of time the toleration (which must be
9822
+ of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
9823
+ it is not set, which means tolerate the taint forever (do not evict). Zero and
9824
+ negative values will be treated as 0 (evict immediately) by the system.
9825
+ format: int64
9826
+ type: integer
9827
+ value:
9828
+ description: |-
9829
+ Value is the taint value the toleration matches to.
9830
+ If the operator is Exists, the value should be empty, otherwise just a regular string.
9831
+ type: string
9832
+ type: object
9833
+ type: array
9756
9834
volumes:
9757
9835
description: |-
9758
9836
Volumes contains volume Overrides of the BuildStrategy volumes in case those are allowed
@@ -11959,6 +12037,45 @@ spec:
11959
12037
should take to execute.
11960
12038
format: duration
11961
12039
type: string
12040
+ tolerations:
12041
+ description: If specified, the pod's tolerations.
12042
+ items:
12043
+ description: |-
12044
+ The pod this Toleration is attached to tolerates any taint that matches
12045
+ the triple <key,value,effect> using the matching operator <operator>.
12046
+ properties:
12047
+ effect:
12048
+ description: |-
12049
+ Effect indicates the taint effect to match. Empty means match all taint effects.
12050
+ When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
12051
+ type: string
12052
+ key:
12053
+ description: |-
12054
+ Key is the taint key that the toleration applies to. Empty means match all taint keys.
12055
+ If the key is empty, operator must be Exists; this combination means to match all values and all keys.
12056
+ type: string
12057
+ operator:
12058
+ description: |-
12059
+ Operator represents a key's relationship to the value.
12060
+ Valid operators are Exists and Equal. Defaults to Equal.
12061
+ Exists is equivalent to wildcard for value, so that a pod can
12062
+ tolerate all taints of a particular category.
12063
+ type: string
12064
+ tolerationSeconds:
12065
+ description: |-
12066
+ TolerationSeconds represents the period of time the toleration (which must be
12067
+ of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
12068
+ it is not set, which means tolerate the taint forever (do not evict). Zero and
12069
+ negative values will be treated as 0 (evict immediately) by the system.
12070
+ format: int64
12071
+ type: integer
12072
+ value:
12073
+ description: |-
12074
+ Value is the taint value the toleration matches to.
12075
+ If the operator is Exists, the value should be empty, otherwise just a regular string.
12076
+ type: string
12077
+ type: object
12078
+ type: array
11962
12079
trigger:
11963
12080
description: Trigger defines the scenarios where a new build should
11964
12081
be triggered.
0 commit comments