Merge pull request #100750 from dabaooline/master

make clear PodConfigNotification's type
This commit is contained in:
Kubernetes Prow Robot
2021-04-26 12:53:29 -07:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ type PodConfigNotificationMode int
const (
// PodConfigNotificationUnknown is the default value for
// PodConfigNotificationMode when uninitialized.
PodConfigNotificationUnknown = iota
PodConfigNotificationUnknown PodConfigNotificationMode = iota
// PodConfigNotificationSnapshot delivers the full configuration as a SET whenever
// any change occurs.
PodConfigNotificationSnapshot