Merge pull request #8106 from rjnagal/podinfo
Make SyncPodSync as the default SyncPodType.
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user