mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #100750 from dabaooline/master
make clear PodConfigNotification's type
This commit is contained in:
commit
afe567d0fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user