package
0.1.0
Repository: https://github.com/honnix/flytepropeller.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
Creates a new k8s client that uses the cached client for reads and falls back to making API calls if it failed.
Creates a contextual workflow using the provided interface implementations.
No description provided by the author

# Constants

Complete indicates successful completion of a node.
Node failed in execution, either this node or anything in the downstream chain.
Indicates that the node is not yet ready to be executed and is pending any previous nodes completion.
Indicates that the node was queued and will start running soon.
Indicates that the payload associated with this node is being executed and is not yet done.
Indicates that the nodes payload has been successfully completed, but any downstream nodes from this node may not yet have completed We could make Success = running, but this enables more granular control.
Internal error observed.

# Variables

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
No description provided by the author

# Structs

No description provided by the author
Helper struct to allow passing of status between functions.

# Interfaces

A friendly controller-runtime client that gets passed to executors.
Core Node Executor that is used to execute a node.
No description provided by the author

# Type aliases

Phase of the node.