# Functions
NewIterator creates a new iterator.
WithAffinity adds key-value filters with operators to the job, which filters the available clusters.
WithUse adds strict key-value filters to the job, which filters the available clusters.
# Structs
Iterator is an iterator of jobs.
SubmitJobOptions is the object containing optional parameters for submitting a job.
# Interfaces
ByProviderFetcher fetches the jobs meta-scheduled or running on the provider.
Fetcher fetches jobs.
LazyIterator iterates on a lazy list of jobs.
MetaScheduledIDsFetcher fetches meta-scheduled jobs ids.
Scheduler schedules and cancels jobs.
# Type aliases
SubmitJobOption is used to apply default and optional parameters for submitting a job.