Class ListReplicationControllers

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

public class ListReplicationControllers extends AbstractListCommand<io.fabric8.kubernetes.api.model.ReplicationControllerList,ListReplicationControllers>
Since:
2.7
Author:
Christoph Deppisch
  • Constructor Details

    • ListReplicationControllers

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