Safe Haskell | None |
---|---|
Language | Haskell2010 |
SuperUserSpark.Deployer.Types
Documentation
data DeployAssignment Source #
Constructors
DeployAssignment | |
type SparkDeployer = ExceptT DeployError (ReaderT DeploySettings IO) Source #
data PreDeployment Source #
Constructors
Ready FilePath FilePath DeploymentKind | |
AlreadyDone | |
Error String |
Instances