StatefulSet: Remove initialized annotation from apps/v1beta2.

This commit is contained in:
Anthony Yeh
2017-07-26 11:17:12 -07:00
parent 0940a25440
commit 75ee3e0a2e

View File

@@ -23,8 +23,6 @@ import (
) )
const ( const (
// StatefulSetInitAnnotation if present, and set to false, indicates that a Pod's readiness should be ignored.
StatefulSetInitAnnotation = "pod.alpha.kubernetes.io/initialized"
ControllerRevisionHashLabelKey = "controller-revision-hash" ControllerRevisionHashLabelKey = "controller-revision-hash"
StatefulSetRevisionLabel = ControllerRevisionHashLabelKey StatefulSetRevisionLabel = ControllerRevisionHashLabelKey
) )