Class ConfigWatcher

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ConfigWatcher
    extends java.lang.Object
    implements java.lang.Runnable
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • loadConfig

        protected io.fabric8.kubernetes.api.model.Config loadConfig()
      • newWatchService

        protected java.nio.file.WatchService newWatchService()
                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • isConfigPath

        protected boolean isConfigPath​(java.nio.file.WatchEvent<?> event)