# 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.
# Type aliases
Phase of the node.