Remove TODOs to refactor kubelet labels

This commit is contained in:
Harry Zhang 2017-01-22 13:07:19 +08:00
parent 32e163c928
commit 6fd6f0e4a6

View File

@ -29,7 +29,6 @@ import (
)
const (
// TODO: move those label definitions to kubelet/types/labels.go
// TODO: change those label names to follow kubernetes's format
podDeletionGracePeriodLabel = "io.kubernetes.pod.deletionGracePeriod"
podTerminationGracePeriodLabel = "io.kubernetes.pod.terminationGracePeriod"