Interface ConfigWatcher.Listener
-
- Enclosing class:
- ConfigWatcher
public static interface ConfigWatcher.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUpdate(ConfigWatcher source, io.fabric8.kubernetes.api.model.Config config)
-
-
-
Method Detail
-
onUpdate
void onUpdate(ConfigWatcher source, io.fabric8.kubernetes.api.model.Config config)
-
-