package
1.1.33
Repository: https://github.com/flyteorg/flyteplugins.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
PhaseString retrieves an enum value from the enum constants string name.
PhaseValues returns all values of the enum.
ToPluginPhase translates the more granular task phase into the webapi plugin phase.

# Constants

No description provided by the author
PhaseAllocationTokenAcquired once all required tokens have been acquired.
PhaseNotStarted the default phase.
PhaseResourcesCreated indicates the task has been created remotely.
The resource has successfully been executed remotely.
The resource has failed to be executed due to a system error.
The resource has failed to be executed.

# Structs

A wrapper for each item in the cache.
No description provided by the author
No description provided by the author
A generic AutoRefresh cache that uses a client to fetch items' status.
State is the persisted State of the resource.

# Interfaces

Client interface needed for resource cache to fetch latest updates for resources.

# Type aliases

Phase represents current phase of the execution.