Interface CamelKubernetesIntegrationDeleteActionBuilder<T extends TestAction,B extends CamelKubernetesIntegrationDeleteActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> CamelJBangActionBuilderBase<T,,B> ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface CamelKubernetesIntegrationDeleteActionBuilder<T extends TestAction,B extends CamelKubernetesIntegrationDeleteActionBuilder<T,B>>
extends CamelJBangActionBuilderBase<T,B>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionclusterType(String clusterType) Set cluster type target.integration(String name) Delete Camel JBang kubernetes resources for this integration.integration(Resource resource) Delete Camel JBang kubernetes resources integration resource.The Namespace where the kubernetes resources are deployed.workingDir(String dir) The working directory where to find exported project sources.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.camel.CamelJBangActionBuilderBase
camelVersion, kameletsVersionMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
integration
Delete Camel JBang kubernetes resources integration resource. -
integration
Delete Camel JBang kubernetes resources for this integration. -
clusterType
Set cluster type target. -
workingDir
The working directory where to find exported project sources. -
namespace
The Namespace where the kubernetes resources are deployed.
-