Class CreateServiceActionParser
java.lang.Object
org.citrusframework.kubernetes.config.xml.KubernetesExecuteActionParser<CreateService>
org.citrusframework.kubernetes.config.xml.CreateServiceActionParser
- 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 CreateServiceparseCommand(CreateService 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
-
CreateServiceActionParser
public CreateServiceActionParser()Constructor using kubernetes command.
-
-
Method Details
-
parseCommand
protected CreateService parseCommand(CreateService 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<CreateService>- Returns:
-