mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +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 (
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user