Class WatchConnectionManager<T extends io.fabric8.kubernetes.api.model.HasMetadata,​L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>>

  • All Implemented Interfaces:
    Watch, Closeable, AutoCloseable

    public class WatchConnectionManager<T extends io.fabric8.kubernetes.api.model.HasMetadata,​L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>>
    extends AbstractWatchManager<T>
    • Constructor Detail

      • WatchConnectionManager

        public WatchConnectionManager​(okhttp3.OkHttpClient client,
                                      BaseOperation<T,​L,​?> baseOperation,
                                      io.fabric8.kubernetes.api.model.ListOptions listOptions,
                                      Watcher<T> watcher,
                                      int reconnectInterval,
                                      int reconnectLimit,
                                      long websocketTimeout,
                                      int maxIntervalExponent)
                               throws MalformedURLException
        Throws:
        MalformedURLException
      • WatchConnectionManager

        public WatchConnectionManager​(okhttp3.OkHttpClient client,
                                      BaseOperation<T,​L,​?> baseOperation,
                                      io.fabric8.kubernetes.api.model.ListOptions listOptions,
                                      Watcher<T> watcher,
                                      int reconnectInterval,
                                      int reconnectLimit,
                                      long websocketTimeout)
                               throws MalformedURLException
        Throws:
        MalformedURLException