Class WatchPods

java.lang.Object
org.citrusframework.kubernetes.command.AbstractKubernetesCommand<R,T>
org.citrusframework.kubernetes.command.AbstractClientCommand<io.fabric8.kubernetes.client.dsl.ClientNonNamespaceOperation,R,T>
org.citrusframework.kubernetes.command.AbstractWatchCommand<io.fabric8.kubernetes.api.model.Pod,WatchPods>
org.citrusframework.kubernetes.command.WatchPods
All Implemented Interfaces:
KubernetesCommand<io.fabric8.kubernetes.api.model.Pod>

public class WatchPods extends AbstractWatchCommand<io.fabric8.kubernetes.api.model.Pod,WatchPods>
Since:
2.7
Author:
Christoph Deppisch
  • Constructor Details

    • WatchPods

      public WatchPods()
      Default constructor initializing the command name.
  • Method Details