Package no.fintlabs

Class FlaisWorkflow<T extends FlaisCrd<S>,S extends FlaisSpec>

java.lang.Object
io.javaoperatorsdk.operator.processing.dependent.workflow.WorkflowBuilder<T>
no.fintlabs.FlaisWorkflow<T,S>
Type Parameters:
T - the class providing the CustomResource
S - the class providing the Spec part of this CustomResource

public abstract class FlaisWorkflow<T extends FlaisCrd<S>,S extends FlaisSpec> extends io.javaoperatorsdk.operator.processing.dependent.workflow.WorkflowBuilder<T>
FLAIS workflow.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.javaoperatorsdk.operator.processing.dependent.workflow.WorkflowBuilder

    addDependentResource, build, dependsOn, dependsOn, withDeletePostcondition, withReadyPostcondition, withReconcilePrecondition, withThrowExceptionFurther

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FlaisWorkflow

      public FlaisWorkflow()