Merge pull request #8106 from rjnagal/podinfo

Make SyncPodSync as the default SyncPodType.
This commit is contained in:
Victor Marmol 2015-05-12 08:20:19 -07:00
commit 1880f73658

View File

@ -77,9 +77,9 @@ func Register(containerCache kubecontainer.RuntimeCache) {
type SyncPodType int
const (
SyncPodCreate SyncPodType = iota
SyncPodSync SyncPodType = iota
SyncPodUpdate
SyncPodSync
SyncPodCreate
)
func (sp SyncPodType) String() string {