mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #8106 from rjnagal/podinfo
Make SyncPodSync as the default SyncPodType.
This commit is contained in:
commit
1880f73658
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user