Commit 1880f736 authored by Victor Marmol's avatar Victor Marmol

Merge pull request #8106 from rjnagal/podinfo

Make SyncPodSync as the default SyncPodType.
parents c1158fa6 9eb01a6d
...@@ -77,9 +77,9 @@ func Register(containerCache kubecontainer.RuntimeCache) { ...@@ -77,9 +77,9 @@ func Register(containerCache kubecontainer.RuntimeCache) {
type SyncPodType int type SyncPodType int
const ( const (
SyncPodCreate SyncPodType = iota SyncPodSync SyncPodType = iota
SyncPodUpdate SyncPodUpdate
SyncPodSync SyncPodCreate
) )
func (sp SyncPodType) String() string { func (sp SyncPodType) String() string {
......
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