Class QuarkusWorkflowSpec
java.lang.Object
io.quarkiverse.operatorsdk.runtime.QuarkusWorkflowSpec
- All Implemented Interfaces:
io.javaoperatorsdk.operator.api.config.workflow.WorkflowSpec
public class QuarkusWorkflowSpec
extends Object
implements io.javaoperatorsdk.operator.api.config.workflow.WorkflowSpec
-
Constructor Summary
ConstructorsConstructorDescriptionQuarkusWorkflowSpec(Map<String, DependentResourceSpecMetadata> dependentResourceSpecMetadata, boolean explicitInvocation, boolean handleExceptionsInReconciler) -
Method Summary
Modifier and TypeMethodDescriptionList<io.javaoperatorsdk.operator.api.config.dependent.DependentResourceSpec>booleanbooleanboolean
-
Constructor Details
-
QuarkusWorkflowSpec
public QuarkusWorkflowSpec(Map<String, DependentResourceSpecMetadata> dependentResourceSpecMetadata, boolean explicitInvocation, boolean handleExceptionsInReconciler)
-
-
Method Details
-
getDependentResourceSpecs
public List<io.javaoperatorsdk.operator.api.config.dependent.DependentResourceSpec> getDependentResourceSpecs()- Specified by:
getDependentResourceSpecsin interfaceio.javaoperatorsdk.operator.api.config.workflow.WorkflowSpec
-
getDependentResourceSpecMetadata
-
isExplicitInvocation
public boolean isExplicitInvocation()- Specified by:
isExplicitInvocationin interfaceio.javaoperatorsdk.operator.api.config.workflow.WorkflowSpec
-
handleExceptionsInReconciler
public boolean handleExceptionsInReconciler()- Specified by:
handleExceptionsInReconcilerin interfaceio.javaoperatorsdk.operator.api.config.workflow.WorkflowSpec
-
isHandleExceptionsInReconciler
public boolean isHandleExceptionsInReconciler()
-