Interface CamelKubernetesIntegrationVerifyActionBuilder<T extends TestAction,B extends CamelKubernetesIntegrationVerifyActionBuilder<T,B>>

All Superinterfaces:
ActionBuilder<T,B>, CamelJBangActionBuilderBase<T,B>, ReferenceResolverAwareBuilder<T,B>, TestActionBuilder<T>

public interface CamelKubernetesIntegrationVerifyActionBuilder<T extends TestAction,B extends CamelKubernetesIntegrationVerifyActionBuilder<T,B>> extends CamelJBangActionBuilderBase<T,B>
  • Method Details

    • integration

      B integration(Resource resource)
      Export given Camel integration resource.
    • integration

      B integration(String name)
      Identify Camel JBang process for this route.
    • integrationName

      B integrationName(String name)
      Sets the integration name.
    • label

      B label(String label)
      Sets the integration label.
    • namespace

      B namespace(String namespace)
      Sets the namespace.
    • printLogs

      B printLogs(boolean printLogs)
    • waitForLogMessage

      B waitForLogMessage(String logMessage)
    • maxAttempts

      B maxAttempts(int maxAttempts)
    • delayBetweenAttempts

      B delayBetweenAttempts(long delayBetweenAttempts)
    • withArg

      B withArg(String arg)
      Adds a command argument.
    • withArg

      B withArg(String name, String value)
      Adds a command argument with name and value.
    • withArgs

      B withArgs(String... args)
      Adds command arguments.