Commit 84bf9315 authored by Di Xu's avatar Di Xu

newline to separate unimplemented elements

parent 8dea17d9
...@@ -2116,6 +2116,7 @@ const ( ...@@ -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 ( ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment