mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
make clear PodConfigNotification's type
This commit is contained in:
parent
a651804427
commit
a03db16c5f
@ -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