Class WatchReplicationControllers

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.ReplicationController,WatchReplicationControllers>
org.citrusframework.kubernetes.command.WatchReplicationControllers
All Implemented Interfaces:
KubernetesCommand<io.fabric8.kubernetes.api.model.ReplicationController>

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

    • WatchReplicationControllers

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