Packages

o

nelson

Pulsar

object Pulsar extends Workflow[Unit]

Kubernetes deployment workflow that deploys and deletes units, whilst provisioning authentication roles in Vault so that Kubernetes pods can talk to Vault at runtime.

Source
Pulsar.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pulsar
  2. Workflow
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def deploy(id: ID, hash: String, vunit: @@[UnitDef, Versioned], p: Plan, dc: Datacenter, ns: Namespace): WorkflowF[Unit]
    Definition Classes
    PulsarWorkflow
  2. def destroy(d: Deployment, dc: Datacenter, ns: Namespace): WorkflowF[Unit]
    Definition Classes
    PulsarWorkflow
  3. val name: WorkflowRef
    Definition Classes
    PulsarWorkflow