Class ListNodes

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

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

    • ListNodes

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