Class AbstractWatchManager<T extends io.fabric8.kubernetes.api.model.HasMetadata>

    • Field Detail

      • baseOperation

        protected BaseOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,​?,​?> baseOperation
    • Method Detail

      • closeRequest

        public void closeRequest()
        Attempt to gracefully close the current request.

        If forceClosed has not been set, then it's expected that the watch will attempt to reconnect

      • setWatchEndCheckMs

        public void setWatchEndCheckMs​(int watchEndCheckMs)
      • closeCurrentRequest

        protected abstract void closeCurrentRequest()
      • startWatch

        protected void startWatch()
        Async start of the watch
      • isWatching

        public boolean isWatching()