mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
newline to separate unimplemented elements
This commit is contained in:
parent
8dea17d99b
commit
84bf931580
@ -2116,6 +2116,7 @@ const (
|
|||||||
// Kubelet without going through the scheduler to start.
|
// Kubelet without going through the scheduler to start.
|
||||||
// Enforced by Kubelet and the scheduler.
|
// Enforced by Kubelet and the scheduler.
|
||||||
// TaintEffectNoScheduleNoAdmit TaintEffect = "NoScheduleNoAdmit"
|
// TaintEffectNoScheduleNoAdmit TaintEffect = "NoScheduleNoAdmit"
|
||||||
|
|
||||||
// Evict any already-running pods that do not tolerate the taint.
|
// Evict any already-running pods that do not tolerate the taint.
|
||||||
// Currently enforced by NodeController.
|
// Currently enforced by NodeController.
|
||||||
TaintEffectNoExecute TaintEffect = "NoExecute"
|
TaintEffectNoExecute TaintEffect = "NoExecute"
|
||||||
|
@ -2335,6 +2335,7 @@ const (
|
|||||||
// Kubelet without going through the scheduler to start.
|
// Kubelet without going through the scheduler to start.
|
||||||
// Enforced by Kubelet and the scheduler.
|
// Enforced by Kubelet and the scheduler.
|
||||||
// TaintEffectNoScheduleNoAdmit TaintEffect = "NoScheduleNoAdmit"
|
// TaintEffectNoScheduleNoAdmit TaintEffect = "NoScheduleNoAdmit"
|
||||||
|
|
||||||
// Evict any already-running pods that do not tolerate the taint.
|
// Evict any already-running pods that do not tolerate the taint.
|
||||||
// Currently enforced by NodeController.
|
// Currently enforced by NodeController.
|
||||||
TaintEffectNoExecute TaintEffect = "NoExecute"
|
TaintEffectNoExecute TaintEffect = "NoExecute"
|
||||||
|
Loading…
Reference in New Issue
Block a user