Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data CustomResourceType Source #
Instances
data ResourceType Source #
Instances
Resource | |
|
Instances
data TaskRunConfig Source #
Instances
data TaskImageResource Source #
Instances
Instances
Eq TaskInput Source # | |
Show TaskInput Source # | |
Generic TaskInput Source # | |
ToJSON TaskInput Source # | |
FromDhall TaskInput Source # | |
type Rep TaskInput Source # | |
Defined in Fly.Types type Rep TaskInput = D1 (MetaData "TaskInput" "Fly.Types" "dhall-fly-0.1.0-CIm7ljQ0LYkDER0Mn7OjRu" False) (C1 (MetaCons "TaskInput" PrefixI True) (S1 (MetaSel (Just "tiName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "tiPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "tiOptional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool))))) |
data TaskOutput Source #
Instances
data TaskContainerLimits Source #
Instances
data TaskConfig Source #
TaskConfig | |
|
Instances
Instances
Eq TaskSpec Source # | |
Show TaskSpec Source # | |
Generic TaskSpec Source # | |
ToJSON TaskSpec Source # | |
FromDhall TaskSpec Source # | |
type Rep TaskSpec Source # | |
Defined in Fly.Types type Rep TaskSpec = D1 (MetaData "TaskSpec" "Fly.Types" "dhall-fly-0.1.0-CIm7ljQ0LYkDER0Mn7OjRu" False) (C1 (MetaCons "TaskSpecFile" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :+: C1 (MetaCons "TaskSpecConfig" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TaskConfig))) |
data GetVersion Source #
Instances
GetStep | |
|
Instances
Instances
TaskStep | |
|
Instances
data InParallelStep Source #
Instances
inParallelSteps :: InParallelStep -> [Step] Source #
data InParallelConfig Source #
Instances
Instances
StepHooks | |
|
Instances
Eq StepHooks Source # | |
Show StepHooks Source # | |
Generic StepHooks Source # | |
ToJSON StepHooks Source # | |
FromDhall StepHooks Source # | |
type Rep StepHooks Source # | |
Defined in Fly.Types type Rep StepHooks = D1 (MetaData "StepHooks" "Fly.Types" "dhall-fly-0.1.0-CIm7ljQ0LYkDER0Mn7OjRu" False) (C1 (MetaCons "StepHooks" PrefixI True) ((S1 (MetaSel (Just "hookOnSuccess") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Step)) :*: S1 (MetaSel (Just "hookOnFailure") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Step))) :*: (S1 (MetaSel (Just "hookOnAbort") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Step)) :*: S1 (MetaSel (Just "hookEnsure") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Step))))) |
data JobBuildLogRetention Source #
Instances
Job | |
|