make clear PodConfigNotification's type

This commit is contained in:
dabaooline 2021-04-01 18:53:16 +08:00
parent a651804427
commit a03db16c5f

View File

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