Class CreatePodActionParser
java.lang.Object
org.citrusframework.kubernetes.config.xml.KubernetesExecuteActionParser<CreatePod>
org.citrusframework.kubernetes.config.xml.CreatePodActionParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested classes/interfaces inherited from class org.citrusframework.kubernetes.config.xml.KubernetesExecuteActionParser
KubernetesExecuteActionParser.KubernetesExecuteActionFactoryBean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CreatePodparseCommand(CreatePod command, Element element, org.springframework.beans.factory.xml.ParserContext parserContext) Subclasses may add custom command parsing logic here.Methods inherited from class org.citrusframework.kubernetes.config.xml.KubernetesExecuteActionParser
parse
-
Constructor Details
-
CreatePodActionParser
public CreatePodActionParser()Constructor using kubernetes command.
-
-
Method Details
-
parseCommand
protected CreatePod parseCommand(CreatePod command, Element element, org.springframework.beans.factory.xml.ParserContext parserContext) Description copied from class:KubernetesExecuteActionParserSubclasses may add custom command parsing logic here.- Overrides:
parseCommandin classKubernetesExecuteActionParser<CreatePod>- Returns:
-