mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
Add no admit on node side
Update generated code Refactored predicates & restore helper
This commit is contained in:
@@ -2920,7 +2920,7 @@ message Taint {
|
||||
|
||||
// Required. The effect of the taint on pods
|
||||
// that do not tolerate the taint.
|
||||
// Valid effects are NoSchedule and PreferNoSchedule.
|
||||
// Valid effects are NoSchedule, NoScheduleNoAdmit and PreferNoSchedule.
|
||||
optional string effect = 3;
|
||||
}
|
||||
|
||||
@@ -2941,7 +2941,7 @@ message Toleration {
|
||||
optional string value = 3;
|
||||
|
||||
// Effect indicates the taint effect to match. Empty means match all taint effects.
|
||||
// When specified, allowed values are NoSchedule and PreferNoSchedule.
|
||||
// When specified, allowed values are NoSchedule, NoScheduleNoAdmit and PreferNoSchedule.
|
||||
optional string effect = 4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user