package
1.1.129
Repository: https://github.com/flyteorg/flytepropeller.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
IsNotFound returns true if the error is caused by ErrWorkflowNotFound.
IsWorkflowStale returns true if the error is caused by ErrStaleWorkflowError.
IsWorkflowTerminated returns true if the error is caused by ErrWorkflowTerminated.
IsWorkflowTooLarge returns true if the error is caused by ErrWorkflowToLarge.
Returns an inmemory store, that will update the resource version for every update automatically.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

PolicyInMemory provides an inmemory Workflow store which is useful for testing.
PolicyPassThrough just calls the underlying Clientset or the shared informer cache to get or write the workflow.
PolicyResourceVersionCache uses the resource version on the Workflow object, to determine if the inmemory copy of the workflow is stale.
PolicyTrackTerminated tracks terminated workflows.
No description provided by the author
No description provided by the author

# Variables

ErrStaleWorkflowError signals that the local copy of workflow is Stale, i.e., a new version was written to the datastore, But the informer cache has not yet synced to the latest copy.
ErrWorkflowNotFound indicates that the workflow does not exist and it is safe to ignore the event.
ErrWorkflowTerminated indicates that the workflow being operated on has previously been stored in a terminal state.
ErrWorkflowToLarge is returned in cased an update operation fails because the Workflow object (CRD) has surpassed the Datastores supported limit.

# Structs

Config for Workflow access in the controller.
No description provided by the author

# Interfaces

FlyteWorkflow store interface provides an abstraction of accessing the actual FlyteWorkflow object.

# Type aliases

No description provided by the author
No description provided by the author