Interface KubernetesWatchCommandResult<R,A extends Enum<?>,E extends Exception>

All Superinterfaces:
KubernetesCommandResult<R>

public interface KubernetesWatchCommandResult<R,A extends Enum<?>,E extends Exception> extends KubernetesCommandResult<R>
  • Method Details

    • getAction

      A getAction()
      Gets the observed watch action.
    • setAction

      void setAction(A action)
      Sets the observed watch action.
    • getWatcherError

      E getWatcherError()
      Gets the watch error if any.
    • setWatcherError

      void setWatcherError(E error)
      Sets the watch error.