Interface CamelKubernetesIntegrationRunActionBuilder<T extends TestAction,B extends CamelKubernetesIntegrationRunActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> CamelJBangActionBuilderBase<T,,B> ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface CamelKubernetesIntegrationRunActionBuilder<T extends TestAction,B extends CamelKubernetesIntegrationRunActionBuilder<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 TypeMethodDescriptionautoRemove(boolean enabled) clusterType(String clusterType) Set cluster type target.imageBuilder(String imageBuilder) Define container image builder type.imageRegistry(String imageRegistry) Set container image registry.integration(Resource resource) Export given Camel integration resource.integrationName(String name) Sets the integration name.Define runtime.verbose(boolean enabled) waitForRunningState(boolean enabled) Adds a command argument.Adds a command argument with name and value.Adds command arguments.withBuildProperties(String... properties) Adds command build properties.withBuildProperty(String property) Adds a command build property.withProperties(String... properties) Adds command properties.withProperty(String property) Adds a command property.Adds a command trait.withTraits(String... traits) Adds command traits.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
-
integrationName
Sets the integration name. -
integration
Export given Camel integration resource. -
runtime
Define runtime. -
imageBuilder
Define container image builder type. -
imageRegistry
Set container image registry. -
clusterType
Set cluster type target. -
withBuildProperty
Adds a command build property. -
withBuildProperties
Adds command build properties. -
withProperty
Adds a command property. -
withProperties
Adds command properties. -
withTrait
Adds a command trait. -
withTraits
Adds command traits. -
withArg
Adds a command argument. -
withArg
Adds a command argument with name and value. -
withArgs
Adds command arguments. -
verbose
-
autoRemove
-
waitForRunningState
-