Class ListNamespaces

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

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

    • ListNamespaces

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