Class Info
java.lang.Object
org.citrusframework.kubernetes.command.AbstractKubernetesCommand<InfoResult,Info>
org.citrusframework.kubernetes.command.Info
- All Implemented Interfaces:
KubernetesCommand<InfoResult>
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(KubernetesClient kubernetesClient, TestContext context) Executes command with given kubernetes client and test context.Methods inherited from class org.citrusframework.kubernetes.command.AbstractKubernetesCommand
getCommandResult, getLabels, getName, getParameter, getParameters, getResultCallback, getWithoutLabels, hasParameter, label, label, name, namespace, setCommandResult, setParameters, validate, withoutLabel, withoutLabel, withParam
-
Constructor Details
-
Info
public Info()Default constructor initializing the command name.
-
-
Method Details
-
execute
Description copied from interface:KubernetesCommandExecutes command with given kubernetes client and test context.
-