Class ListEvents

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

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

    • ListEvents

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