Interface Workflow.DefinitionStages.WithNamespace

All Known Subinterfaces:
Workflow.Definition, Workflow.DefinitionStages.WithCreate
Enclosing interface:
Workflow.DefinitionStages

public static interface Workflow.DefinitionStages.WithNamespace
The stage of the Workflow definition allowing to specify namespace.
  • Method Details

    • withNamespace

      Workflow.DefinitionStages.WithCreate withNamespace(String namespace)
      Specifies the namespace property: The Kubernetes namespace the application is deployed to

      Kubernetes namespace the application is deployed to..

      Parameters:
      namespace - The Kubernetes namespace the application is deployed to

      Kubernetes namespace the application is deployed to.

      Returns:
      the next definition stage.