0.4.2

Classes

Class Description
flyteplugins.union.errors.VolumeCommandError A backend CLI invocation (e.
flyteplugins.union.errors.VolumeCommitError A keep-alive checkpoint could not be made durable: the writeback staging.
flyteplugins.union.errors.VolumeError Base for Volume system failures — infra/runtime problems the caller.
flyteplugins.union.errors.VolumeMigrateNoop Metadata-store migration was requested to the store type already in use.
flyteplugins.union.errors.VolumeMountError The volume could not be mounted — the client exited prematurely, the.
flyteplugins.union.errors.VolumeMountTimeout The mount did not become a FUSE mountpoint within the timeout.
flyteplugins.union.errors.VolumeNoIndex An operation needs a published index, but the Volume has none.
flyteplugins.union.errors.VolumeNotForkable Fork was requested on a Volume that is neither mounted nor has an index.
flyteplugins.union.errors.VolumeNotMounted An operation that needs a live mount was called on an unmounted Volume.
flyteplugins.union.errors.VolumeStoreTypeNotSet The Volume’s metadata_store_type is unset and couldn’t be resolved.
flyteplugins.union.errors.VolumeUnmountError The volume could not be unmounted (fusermount kept returning EBUSY).
flyteplugins.union.errors.VolumeUsageError Base for Volume user errors — caller misuse the caller can fix.
flyteplugins.union.io.ActionRef Provenance: the action (one task execution within a run) that.
flyteplugins.union.io.ROVolume Immutable, versioned volume — PRD §Core Concepts.
flyteplugins.union.io.RWVolume Mutable working copy — PRD §Core Concepts.
flyteplugins.union.io.Volume A persistent volume identified by its metadata index.
flyteplugins.union.remote.ApiKey Represents a Union API Key (OAuth Application).
flyteplugins.union.remote.Assignment Represents role/policy assignments for an identity.
flyteplugins.union.remote.Cluster Represents a Union cluster.
flyteplugins.union.remote.ClusterPool Represents a Union cluster pool — the configuration shared by its member clusters.
flyteplugins.union.remote.Member Represents a Union organization member (user or application).
flyteplugins.union.remote.Policy Represents a Union RBAC Policy.
flyteplugins.union.remote.Queue Represents a Union scheduling queue.
flyteplugins.union.remote.Role Represents a Union RBAC Role.
flyteplugins.union.remote.User Represents a Union user.
flyteplugins.union.remote.VolumeExplore A resolved :class:Volume plus the IO to inspect and walk its lineage.
flyteplugins.union.remote.VolumeResolveError No (or ambiguous) Volume-typed value could be resolved on an action.
flyteplugins.union.utils.auth.AppClientCredentials Application client credentials for API key.