Class ObjectFactory
java.lang.Object
org.citrusframework.model.testcase.kubernetes.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.citrusframework.model.testcase.kubernetes package.
An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.model.testcase.kubernetes -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCreatePodModelCreate an instance ofCreatePodModel.SpecCreate an instance ofCreatePodModel.Spec.ContainerCreate an instance ofCreatePodModel.Spec.Container.PortsCreate an instance ofCreatePodModel.TemplateCreate an instance ofCreateServiceModelCreate an instance ofCreateServiceModel.SpecCreate an instance ofCreateServiceModel.Spec.PortsCreate an instance ofCreateServiceModel.Spec.SelectorCreate an instance ofCreateServiceModel.TemplateCreate an instance ofDeletePodModelCreate an instance ofDeleteServiceModeljakarta.xml.bind.JAXBElement<String>createDescription(String value) Create an instance ofGetPodModelCreate an instance ofGetServiceModelCreate an instance ofInfoModelCreate an instance ofListEndpointsModelCreate an instance ofListEventsModelCreate an instance ofListNamespacesModelCreate an instance ofListNodesModelCreate an instance ofListPodsModelCreate an instance ofListReplicationControllersModelCreate an instance ofListServicesModelCreate an instance ofValidateCommandResultTypeCreate an instance ofValidateCommandResultType.ElementCreate an instance ofWatchNamespacesModelCreate an instance ofWatchNodesModelCreate an instance ofWatchPodsModelCreate an instance ofWatchReplicationControllersModelCreate an instance ofWatchServicesModel
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.model.testcase.kubernetes
-
-
Method Details
-
createCreatePodModel
Create an instance ofCreatePodModel- Returns:
- the new instance of
CreatePodModel
-
createCreateServiceModel
Create an instance ofCreateServiceModel- Returns:
- the new instance of
CreateServiceModel
-
createCreateServiceModelSpec
Create an instance ofCreateServiceModel.Spec- Returns:
- the new instance of
CreateServiceModel.Spec
-
createCreatePodModelSpec
Create an instance ofCreatePodModel.Spec- Returns:
- the new instance of
CreatePodModel.Spec
-
createCreatePodModelSpecContainer
Create an instance ofCreatePodModel.Spec.Container- Returns:
- the new instance of
CreatePodModel.Spec.Container
-
createValidateCommandResultType
Create an instance ofValidateCommandResultType- Returns:
- the new instance of
ValidateCommandResultType
-
createInfoModel
Create an instance ofInfoModel- Returns:
- the new instance of
InfoModel
-
createCreatePodModelTemplate
Create an instance ofCreatePodModel.Template- Returns:
- the new instance of
CreatePodModel.Template
-
createGetPodModel
Create an instance ofGetPodModel- Returns:
- the new instance of
GetPodModel
-
createDeletePodModel
Create an instance ofDeletePodModel- Returns:
- the new instance of
DeletePodModel
-
createListPodsModel
Create an instance ofListPodsModel- Returns:
- the new instance of
ListPodsModel
-
createWatchPodsModel
Create an instance ofWatchPodsModel- Returns:
- the new instance of
WatchPodsModel
-
createCreateServiceModelTemplate
Create an instance ofCreateServiceModel.Template- Returns:
- the new instance of
CreateServiceModel.Template
-
createGetServiceModel
Create an instance ofGetServiceModel- Returns:
- the new instance of
GetServiceModel
-
createDeleteServiceModel
Create an instance ofDeleteServiceModel- Returns:
- the new instance of
DeleteServiceModel
-
createListServicesModel
Create an instance ofListServicesModel- Returns:
- the new instance of
ListServicesModel
-
createWatchServicesModel
Create an instance ofWatchServicesModel- Returns:
- the new instance of
WatchServicesModel
-
createListReplicationControllersModel
Create an instance ofListReplicationControllersModel- Returns:
- the new instance of
ListReplicationControllersModel
-
createWatchReplicationControllersModel
Create an instance ofWatchReplicationControllersModel- Returns:
- the new instance of
WatchReplicationControllersModel
-
createListEndpointsModel
Create an instance ofListEndpointsModel- Returns:
- the new instance of
ListEndpointsModel
-
createListNodesModel
Create an instance ofListNodesModel- Returns:
- the new instance of
ListNodesModel
-
createWatchNodesModel
Create an instance ofWatchNodesModel- Returns:
- the new instance of
WatchNodesModel
-
createListNamespacesModel
Create an instance ofListNamespacesModel- Returns:
- the new instance of
ListNamespacesModel
-
createWatchNamespacesModel
Create an instance ofWatchNamespacesModel- Returns:
- the new instance of
WatchNamespacesModel
-
createListEventsModel
Create an instance ofListEventsModel- Returns:
- the new instance of
ListEventsModel
-
createCreateServiceModelSpecSelector
Create an instance ofCreateServiceModel.Spec.Selector- Returns:
- the new instance of
CreateServiceModel.Spec.Selector
-
createCreateServiceModelSpecPorts
Create an instance ofCreateServiceModel.Spec.Ports- Returns:
- the new instance of
CreateServiceModel.Spec.Ports
-
createCreatePodModelSpecContainerPorts
Create an instance ofCreatePodModel.Spec.Container.Ports- Returns:
- the new instance of
CreatePodModel.Spec.Container.Ports
-
createValidateCommandResultTypeElement
Create an instance ofValidateCommandResultType.Element- Returns:
- the new instance of
ValidateCommandResultType.Element
-
createDescription
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-